#A89A32

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

Shades of Reef Gold #A89A32

Tints of Reef Gold #A89A32

Color information

#A89A32 (or 0xA89A32) is unknown color: approx Reef Gold. HEX triplet: A8, 9A and 32. RGB value is (168,154,50). Sum of RGB (Red+Green+Blue) = 168+154+50=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A32 is #5765CD. Grayscale: #929292. Windows color (decimal): -5727694 or 3316392. OLE color: 3316392.

HSL color Cylindrical-coordinate representation of color #A89A32: hue angle of 52.88º 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 #A89A32 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16815450-
CMYK00.080.700.34
HSL52.88º54.13%42.75%-
HSV(B)52.88º70.24%65.88%-
XYZ28.2831.677.64-
YUV146.3373.64143.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 50 (19.92% from 255) = 13.44%
R=45.16%
G=41.40%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681545000.080.700.3452.8854.1342.75
HexA89A3208462235362b
Octal2502326201010642656653
Binary1010100010011010110010010001000110100010110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A32; }

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

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

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

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

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

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

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

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