#A99739

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

Shades of Reef Gold #A99739

Tints of Reef Gold #A99739

Color information

#A99739 (or 0xA99739) is unknown color: approx Reef Gold. HEX triplet: A9, 97 and 39. RGB value is (169,151,57). Sum of RGB (Red+Green+Blue) = 169+151+57=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A99739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99739 is #5668C6. Grayscale: #929292. Windows color (decimal): -5662919 or 3774377. OLE color: 3774377.

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

Color convert

RGB16915157-
CMYK00.110.660.34
HSL50.36º49.56%44.31%-
HSV(B)50.36º66.27%66.27%-
XYZ28.1730.868.34-
YUV145.6777.96144.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 57 (22.66% from 255) = 15.12%
R=44.83%
G=40.05%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691515700.110.660.3450.3649.5644.31
HexA997390B422232322c
Octal2512277101310242626254
Binary1010100110010111111001010111000010100010110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99739; }

 p { color: rgb(169,151,57); }

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

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

 a { background-color: rgb(169,151,57); }

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

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

 span { border-color: rgb(169,151,57); }

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