#A79632

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

Shades of Reef Gold #A79632

Tints of Reef Gold #A79632

Color information

#A79632 (or 0xA79632) is unknown color: approx Reef Gold. HEX triplet: A7, 96 and 32. RGB value is (167,150,50). Sum of RGB (Red+Green+Blue) = 167+150+50=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A79632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79632 is #5869CD. Grayscale: #909090. Windows color (decimal): -5794254 or 3315367. OLE color: 3315367.

HSL color Cylindrical-coordinate representation of color #A79632: hue angle of 51.28º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A79632 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16715050-
CMYK00.100.700.35
HSL51.28º53.92%42.55%-
HSV(B)51.28º70.06%65.49%-
XYZ27.4230.267.41-
YUV143.6875.13144.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=45.50%
G=40.87%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671505000.100.700.3551.2853.9242.55
HexA796320A462333362b
Octal2472266201210643636653
Binary1010011110010110110010010101000110100011110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79632; }

 p { color: rgb(167,150,50); }

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

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

 a { background-color: rgb(167,150,50); }

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

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

 span { border-color: rgb(167,150,50); }

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