#A89A39

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

Shades of Reef Gold #A89A39

Tints of Reef Gold #A89A39

Color information

#A89A39 (or 0xA89A39) is unknown color: approx Reef Gold. HEX triplet: A8, 9A and 39. RGB value is (168,154,57). Sum of RGB (Red+Green+Blue) = 168+154+57=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A39 is #5765C6. Grayscale: #939393. Windows color (decimal): -5727687 or 3775144. OLE color: 3775144.

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

Color convert

RGB16815457-
CMYK00.080.660.34
HSL52.43º49.33%44.12%-
HSV(B)52.43º66.07%65.88%-
XYZ28.4431.738.5-
YUV147.1377.14142.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=44.33%
G=40.63%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681545700.080.660.3452.4349.3344.12
HexA89A3908422234312c
Octal2502327101010242646154
Binary1010100010011010111001010001000010100010110100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A39; }

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

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

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

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

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

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

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

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