#A79D31

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

Shades of Reef Gold #A79D31

Tints of Reef Gold #A79D31

Color information

#A79D31 (or 0xA79D31) is unknown color: approx Reef Gold. HEX triplet: A7, 9D and 31. RGB value is (167,157,49). Sum of RGB (Red+Green+Blue) = 167+157+49=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79D31 is #5862CE. Grayscale: #949494. Windows color (decimal): -5792463 or 3251623. OLE color: 3251623.

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

Color convert

RGB16715749-
CMYK00.060.710.35
HSL54.92º54.63%42.35%-
HSV(B)54.92º70.66%65.49%-
XYZ28.5532.557.68-
YUV147.6872.31141.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=44.77%
G=42.09%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671574900.060.710.3554.9254.6342.35
HexA79D3106472337372a
Octal247235610610743676752
Binary101001111001110111000101101000111100011110111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D31; }

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

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

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

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

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

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

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

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