#A79251

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

Shades of Husk #A79251

Tints of Husk #A79251

Color information

#A79251 (or 0xA79251) is unknown color: approx Husk. HEX triplet: A7, 92 and 51. RGB value is (167,146,81). Sum of RGB (Red+Green+Blue) = 167+146+81=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A79251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79251 is #586DAE. Grayscale: #919191. Windows color (decimal): -5795247 or 5345959. OLE color: 5345959.

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

Color convert

RGB16714681-
CMYK00.130.510.35
HSL45.35º34.68%48.63%-
HSV(B)45.35º51.5%65.49%-
XYZ27.729.3711.99-
YUV144.8791.96143.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 81 (32.03% from 255) = 20.56%
R=42.39%
G=37.06%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671468100.130.510.3545.3534.6848.63
HexA792510D33232d2331
Octal2472221210156343554361
Binary1010011110010010101000101101110011100011101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79251; }

 p { color: rgb(167,146,81); }

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

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

 a { background-color: rgb(167,146,81); }

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

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

 span { border-color: rgb(167,146,81); }

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