#A79937

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

Shades of Reef Gold #A79937

Tints of Reef Gold #A79937

Color information

#A79937 (or 0xA79937) is unknown color: approx Reef Gold. HEX triplet: A7, 99 and 37. RGB value is (167,153,55). Sum of RGB (Red+Green+Blue) = 167+153+55=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A79937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79937 is #5866C8. Grayscale: #929292. Windows color (decimal): -5793481 or 3643815. OLE color: 3643815.

HSL color Cylindrical-coordinate representation of color #A79937: hue angle of 52.5º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A79937 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB16715355-
CMYK00.080.670.35
HSL52.5º50.45%43.53%-
HSV(B)52.5º67.07%65.49%-
XYZ28.0231.278.17-
YUV146.0176.64142.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=44.53%
G=40.8%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671535500.080.670.3552.550.4543.53
HexA7993708432334322c
Octal2472316701010343646254
Binary1010011110011001110111010001000011100011110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79937; }

 p { color: rgb(167,153,55); }

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

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

 a { background-color: rgb(167,153,55); }

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

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

 span { border-color: rgb(167,153,55); }

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