#A79133

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

Shades of Reef Gold #A79133

Tints of Reef Gold #A79133

Color information

#A79133 (or 0xA79133) is unknown color: approx Reef Gold. HEX triplet: A7, 91 and 33. RGB value is (167,145,51). Sum of RGB (Red+Green+Blue) = 167+145+51=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A79133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79133 is #586ECC. Grayscale: #8D8D8D. Windows color (decimal): -5795533 or 3379623. OLE color: 3379623.

HSL color Cylindrical-coordinate representation of color #A79133: hue angle of 48.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A79133 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16714551-
CMYK00.130.690.35
HSL48.62º53.21%42.75%-
HSV(B)48.62º69.46%65.49%-
XYZ26.6628.717.27-
YUV140.8677.29146.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=46.01%
G=39.94%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671455100.130.690.3548.6253.2142.75
HexA791330D452331352b
Octal2472216301510543616553
Binary1010011110010001110011011011000101100011110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79133; }

 p { color: rgb(167,145,51); }

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

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

 a { background-color: rgb(167,145,51); }

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

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

 span { border-color: rgb(167,145,51); }

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