#a79452

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

Shades of Husk #A79452

Tints of Husk #A79452

Color information

#A79452 (or 0xA79452) is unknown color: approx Husk. HEX triplet: A7, 94 and 52. RGB value is (167,148,82). Sum of RGB (Red+Green+Blue) = 167+148+82=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A79452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79452 is #586BAD. Grayscale: #929292. Windows color (decimal): -5794734 or 5412007. OLE color: 5412007.

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

Color convert

RGB16714882-
CMYK00.110.510.35
HSL46.59º34.14%48.82%-
HSV(B)46.59º50.9%65.49%-
XYZ28.053012.3-
YUV146.1691.79142.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 82 (32.42% from 255) = 20.65%
R=42.07%
G=37.28%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671488200.110.510.3546.5934.1448.82
HexA794520B33232f2231
Octal2472241220136343574261
Binary1010011110010100101001001011110011100011101111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79452; }

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

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

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

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

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

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

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

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