#A89939

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

Shades of Reef Gold #A89939

Tints of Reef Gold #A89939

Color information

#A89939 (or 0xA89939) is unknown color: approx Reef Gold. HEX triplet: A8, 99 and 39. RGB value is (168,153,57). Sum of RGB (Red+Green+Blue) = 168+153+57=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A89939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89939 is #5766C6. Grayscale: #929292. Windows color (decimal): -5727943 or 3774888. OLE color: 3774888.

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

Color convert

RGB16815357-
CMYK00.090.660.34
HSL51.89º49.33%44.12%-
HSV(B)51.89º66.07%65.88%-
XYZ28.2831.48.44-
YUV146.5477.47143.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 57 (22.66% from 255) = 15.08%
R=44.44%
G=40.48%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681535700.090.660.3451.8949.3344.12
HexA8993909422234312c
Octal2502317101110242646154
Binary1010100010011001111001010011000010100010110100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89939; }

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

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

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

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

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

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

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

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