#A79933

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

Shades of Reef Gold #A79933

Tints of Reef Gold #A79933

Color information

#A79933 (or 0xA79933) is unknown color: approx Reef Gold. HEX triplet: A7, 99 and 33. RGB value is (167,153,51). Sum of RGB (Red+Green+Blue) = 167+153+51=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A79933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79933 is #5866CC. Grayscale: #919191. Windows color (decimal): -5793485 or 3381671. OLE color: 3381671.

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

Color convert

RGB16715351-
CMYK00.080.690.35
HSL52.76º53.21%42.75%-
HSV(B)52.76º69.46%65.49%-
XYZ27.9331.247.69-
YUV145.5674.64143.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=45.01%
G=41.24%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671535100.080.690.3552.7653.2142.75
HexA7993308452335352b
Octal2472316301010543656553
Binary1010011110011001110011010001000101100011110101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79933; }

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

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

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

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

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

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

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

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