#A79531

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

Shades of Reef Gold #A79531

Tints of Reef Gold #A79531

Color information

#A79531 (or 0xA79531) is unknown color: approx Reef Gold. HEX triplet: A7, 95 and 31. RGB value is (167,149,49). Sum of RGB (Red+Green+Blue) = 167+149+49=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A79531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79531 is #586ACE. Grayscale: #8F8F8F. Windows color (decimal): -5794511 or 3249575. OLE color: 3249575.

HSL color Cylindrical-coordinate representation of color #A79531: hue angle of 50.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A79531 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16714949-
CMYK00.110.710.35
HSL50.85º54.63%42.35%-
HSV(B)50.85º70.66%65.49%-
XYZ27.2429.937.25-
YUV142.9874.96145.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=45.75%
G=40.82%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671494900.110.710.3550.8554.6342.35
HexA795310B472333372a
Octal2472256101310743636752
Binary1010011110010101110001010111000111100011110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79531; }

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

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

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

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

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

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

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

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