#A39032

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

Shades of Reef Gold #A39032

Tints of Reef Gold #A39032

Color information

#A39032 (or 0xA39032) is unknown color: approx Reef Gold. HEX triplet: A3, 90 and 32. RGB value is (163,144,50). Sum of RGB (Red+Green+Blue) = 163+144+50=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A39032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39032 is #5C6FCD. Grayscale: #8B8B8B. Windows color (decimal): -6057934 or 3313827. OLE color: 3313827.

HSL color Cylindrical-coordinate representation of color #A39032: hue angle of 49.91º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39032 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16314450-
CMYK00.120.690.36
HSL49.91º53.05%41.76%-
HSV(B)49.91º69.33%63.92%-
XYZ25.6527.967.06-
YUV138.9677.79145.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=45.66%
G=40.34%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631445000.120.690.3649.9153.0541.76
HexA390320C452432352a
Octal2432206201410544626552
Binary1010001110010000110010011001000101100100110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39032; }

 p { color: rgb(163,144,50); }

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

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

 a { background-color: rgb(163,144,50); }

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

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

 span { border-color: rgb(163,144,50); }

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