#A79537

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

Shades of Reef Gold #A79537

Tints of Reef Gold #A79537

Color information

#A79537 (or 0xA79537) is unknown color: approx Reef Gold. HEX triplet: A7, 95 and 37. RGB value is (167,149,55). Sum of RGB (Red+Green+Blue) = 167+149+55=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A79537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79537 is #586AC8. Grayscale: #909090. Windows color (decimal): -5794505 or 3642791. OLE color: 3642791.

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

Color convert

RGB16714955-
CMYK00.110.670.35
HSL50.36º50.45%43.53%-
HSV(B)50.36º67.07%65.49%-
XYZ27.3729.997.96-
YUV143.6777.96144.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 55 (21.88% from 255) = 14.82%
R=45.01%
G=40.16%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671495500.110.670.3550.3650.4543.53
HexA795370B432332322c
Octal2472256701310343626254
Binary1010011110010101110111010111000011100011110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79537; }

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

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

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

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

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

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

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

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