#A79652

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

Shades of Husk #A79652

Tints of Husk #A79652

Color information

#A79652 (or 0xA79652) is unknown color: approx Husk. HEX triplet: A7, 96 and 52. RGB value is (167,150,82). Sum of RGB (Red+Green+Blue) = 167+150+82=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A79652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79652 is #5869AD. Grayscale: #939393. Windows color (decimal): -5794222 or 5412519. OLE color: 5412519.

HSL color Cylindrical-coordinate representation of color #A79652: hue angle of 48º degrees, saturation: 0.34, 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 #A79652 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16715082-
CMYK00.100.510.35
HSL48º34.14%48.82%-
HSV(B)48º50.9%65.49%-
XYZ28.3730.6412.4-
YUV147.3391.13142.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=41.85%
G=37.59%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671508200.100.510.354834.1448.82
HexA796520A3323302231
Octal2472261220126343604261
Binary1010011110010110101001001010110011100011110000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79652; }

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

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

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

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

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

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

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

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