#A89C32

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

Shades of Reef Gold #A89C32

Tints of Reef Gold #A89C32

Color information

#A89C32 (or 0xA89C32) is unknown color: approx Reef Gold. HEX triplet: A8, 9C and 32. RGB value is (168,156,50). Sum of RGB (Red+Green+Blue) = 168+156+50=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C32 is #5763CD. Grayscale: #939393. Windows color (decimal): -5727182 or 3316904. OLE color: 3316904.

HSL color Cylindrical-coordinate representation of color #A89C32: hue angle of 53.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A89C32 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16815650-
CMYK00.070.700.34
HSL53.9º54.13%42.75%-
HSV(B)53.9º70.24%65.88%-
XYZ28.6132.337.75-
YUV147.572.98142.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 156 (61.33% from 255) = 41.71%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=44.92%
G=41.71%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681565000.070.700.3453.954.1342.75
HexA89C3207462236362b
Octal250234620710642666653
Binary101010001001110011001001111000110100010110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C32; }

 p { color: rgb(168,156,50); }

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

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

 a { background-color: rgb(168,156,50); }

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

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

 span { border-color: rgb(168,156,50); }

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