#A79D33

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

Shades of Reef Gold #A79D33

Tints of Reef Gold #A79D33

Color information

#A79D33 (or 0xA79D33) is unknown color: approx Reef Gold. HEX triplet: A7, 9D and 33. RGB value is (167,157,51). Sum of RGB (Red+Green+Blue) = 167+157+51=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79D33 is #5862CC. Grayscale: #949494. Windows color (decimal): -5792461 or 3382695. OLE color: 3382695.

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

Color convert

RGB16715751-
CMYK00.060.690.35
HSL54.83º53.21%42.75%-
HSV(B)54.83º69.46%65.49%-
XYZ28.5932.577.91-
YUV147.9173.31141.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=44.53%
G=41.87%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671575100.060.690.3554.8353.2142.75
HexA79D3306452337352b
Octal247235630610543676553
Binary101001111001110111001101101000101100011110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D33; }

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

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

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

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

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

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

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

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