#A5933D

Color #A5933D Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A5933D

Tints of Reef Gold #A5933D

Color information

#A5933D (or 0xA5933D) is unknown color: approx Reef Gold. HEX triplet: A5, 93 and 3D. RGB value is (165,147,61). Sum of RGB (Red+Green+Blue) = 165+147+61=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5933D is #5A6CC2. Grayscale: #8E8E8E. Windows color (decimal): -5926083 or 4035493. OLE color: 4035493.

HSL color Cylindrical-coordinate representation of color #A5933D: hue angle of 49.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5933D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16514761-
CMYK00.110.630.35
HSL49.62º46.02%44.31%-
HSV(B)49.62º63.03%64.71%-
XYZ26.7929.28.64-
YUV142.5881.96143.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=44.24%
G=39.41%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651476100.110.630.3549.6246.0244.31
HexA5933D0B3F23322e2c
Octal245223750137743625654
Binary101001011001001111110101011111111100011110010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5933D; }

 p { color: rgb(165,147,61); }

 H1.HeaderClassName
 {
   color: #A5933D;
 }
 .AnyTagClassName
 {
   color: #A5933D;
 }
</style>
background-color css

<style>
 a { background-color: #A5933D; }

 a { background-color: rgb(165,147,61); }

 div.DivClassName
 {
   background-color: #A5933D;
 }
 .BgClassName
 {
   background-color: #A5933D;
 }
</style>
border-color css

<style>
 span { border-color: #A5933D; }

 span { border-color: rgb(165,147,61); }

 td.TdClassName
 {
   border-color: #A5933D;
 }
 .TagClassName
 {
   border-color: #A5933D;
 }
</style>