#A89A36

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

Shades of Reef Gold #A89A36

Tints of Reef Gold #A89A36

Color information

#A89A36 (or 0xA89A36) is unknown color: approx Reef Gold. HEX triplet: A8, 9A and 36. RGB value is (168,154,54). Sum of RGB (Red+Green+Blue) = 168+154+54=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A36 is #5765C9. Grayscale: #939393. Windows color (decimal): -5727690 or 3578536. OLE color: 3578536.

HSL color Cylindrical-coordinate representation of color #A89A36: hue angle of 52.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89A36 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16815454-
CMYK00.080.680.34
HSL52.63º51.35%43.53%-
HSV(B)52.63º67.86%65.88%-
XYZ28.3731.78.11-
YUV146.7975.64143.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=44.68%
G=40.96%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681545400.080.680.3452.6351.3543.53
HexA89A3608442235332c
Octal2502326601010442656354
Binary1010100010011010110110010001000100100010110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A36; }

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

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

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

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

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

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

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

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