#a79650

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

Shades of Husk #A79650

Tints of Husk #A79650

Color information

#A79650 (or 0xA79650) is unknown color: approx Husk. HEX triplet: A7, 96 and 50. RGB value is (167,150,80). Sum of RGB (Red+Green+Blue) = 167+150+80=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A79650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79650 is #5869AF. Grayscale: #939393. Windows color (decimal): -5794224 or 5281447. OLE color: 5281447.

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

Color convert

RGB16715080-
CMYK00.100.520.35
HSL48.28º35.22%48.43%-
HSV(B)48.28º52.1%65.49%-
XYZ28.2930.6112.01-
YUV147.190.13142.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=42.07%
G=37.78%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671508000.100.520.3548.2835.2248.43
HexA796500A3423302330
Octal2472261200126443604360
Binary1010011110010110101000001010110100100011110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79650; }

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

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

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

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

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

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

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

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