#A89B32

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

Shades of Reef Gold #A89B32

Tints of Reef Gold #A89B32

Color information

#A89B32 (or 0xA89B32) is unknown color: approx Reef Gold. HEX triplet: A8, 9B and 32. RGB value is (168,155,50). Sum of RGB (Red+Green+Blue) = 168+155+50=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89B32 is #5764CD. Grayscale: #939393. Windows color (decimal): -5727438 or 3316648. OLE color: 3316648.

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

Color convert

RGB16815550-
CMYK00.080.700.34
HSL53.39º54.13%42.75%-
HSV(B)53.39º70.24%65.88%-
XYZ28.45327.69-
YUV146.9273.31143.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 155 (60.94% from 255) = 41.55%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=45.04%
G=41.55%
B=13.40%

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
Decimal1681555000.080.700.3453.3954.1342.75
HexA89B3208462235362b
Octal2502336201010642656653
Binary1010100010011011110010010001000110100010110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B32; }

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

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

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

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

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

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

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

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