#A79852

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

Shades of Husk #A79852

Tints of Husk #A79852

Color information

#A79852 (or 0xA79852) is unknown color: approx Husk. HEX triplet: A7, 98 and 52. RGB value is (167,152,82). Sum of RGB (Red+Green+Blue) = 167+152+82=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A79852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79852 is #5867AD. Grayscale: #949494. Windows color (decimal): -5793710 or 5413031. OLE color: 5413031.

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

Color convert

RGB16715282-
CMYK00.090.510.35
HSL49.41º34.14%48.82%-
HSV(B)49.41º50.9%65.49%-
XYZ28.6931.2812.51-
YUV148.590.47141.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=41.65%
G=37.91%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671528200.090.510.3549.4134.1448.82
HexA79852093323312231
Octal2472301220116343614261
Binary1010011110011000101001001001110011100011110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79852; }

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

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

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

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

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

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

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

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