#A79431

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

Shades of Reef Gold #A79431

Tints of Reef Gold #A79431

Color information

#A79431 (or 0xA79431) is unknown color: approx Reef Gold. HEX triplet: A7, 94 and 31. RGB value is (167,148,49). Sum of RGB (Red+Green+Blue) = 167+148+49=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A79431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79431 is #586BCE. Grayscale: #8E8E8E. Windows color (decimal): -5794767 or 3249319. OLE color: 3249319.

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

Color convert

RGB16714849-
CMYK00.110.710.35
HSL50.34º54.63%42.35%-
HSV(B)50.34º70.66%65.49%-
XYZ27.0829.627.2-
YUV142.475.29145.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=45.88%
G=40.66%
B=13.46%

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
Decimal1671484900.110.710.3550.3454.6342.35
HexA794310B472332372a
Octal2472246101310743626752
Binary1010011110010100110001010111000111100011110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79431; }

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

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

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

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

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

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

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

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