#A79831

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

Shades of Reef Gold #A79831

Tints of Reef Gold #A79831

Color information

#A79831 (or 0xA79831) is unknown color: approx Reef Gold. HEX triplet: A7, 98 and 31. RGB value is (167,152,49). Sum of RGB (Red+Green+Blue) = 167+152+49=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A79831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79831 is #5867CE. Grayscale: #919191. Windows color (decimal): -5793743 or 3250343. OLE color: 3250343.

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

Color convert

RGB16715249-
CMYK00.090.710.35
HSL52.37º54.63%42.35%-
HSV(B)52.37º70.66%65.49%-
XYZ27.7230.897.41-
YUV144.7473.97143.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=45.38%
G=41.30%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671524900.090.710.3552.3754.6342.35
HexA7983109472334372a
Octal2472306101110743646752
Binary1010011110011000110001010011000111100011110100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79831; }

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

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

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

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

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

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

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

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