#A89C34

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

Shades of Reef Gold #A89C34

Tints of Reef Gold #A89C34

Color information

#A89C34 (or 0xA89C34) is unknown color: approx Reef Gold. HEX triplet: A8, 9C and 34. RGB value is (168,156,52). Sum of RGB (Red+Green+Blue) = 168+156+52=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C34 is #5763CB. Grayscale: #949494. Windows color (decimal): -5727180 or 3447976. OLE color: 3447976.

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

Color convert

RGB16815652-
CMYK00.070.690.34
HSL53.79º52.73%43.14%-
HSV(B)53.79º69.05%65.88%-
XYZ28.6632.357.98-
YUV147.7373.98142.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 156 (61.33% from 255) = 41.49%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=44.68%
G=41.49%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681565200.070.690.3453.7952.7343.14
HexA89C3407452236352b
Octal250234640710542666553
Binary101010001001110011010001111000101100010110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C34; }

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

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

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

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

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

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

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

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