#A7A153

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

Shades of Husk #A7A153

Tints of Husk #A7A153

Color information

#A7A153 (or 0xA7A153) is unknown color: approx Husk. HEX triplet: A7, A1 and 53. RGB value is (167,161,83). Sum of RGB (Red+Green+Blue) = 167+161+83=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A153 is #585EAC. Grayscale: #9A9A9A. Windows color (decimal): -5791405 or 5480871. OLE color: 5480871.

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

Color convert

RGB16716183-
CMYK00.040.500.35
HSL55.71º33.6%49.02%-
HSV(B)55.71º50.3%65.49%-
XYZ30.2434.3313.22-
YUV153.987.99137.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=40.63%
G=39.17%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671618300.040.500.3555.7133.649.02
HexA7A153043223382231
Octal247241123046243704261
Binary101001111010000110100110100110010100011111000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A153; }

 p { color: rgb(167,161,83); }

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

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

 a { background-color: rgb(167,161,83); }

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

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

 span { border-color: rgb(167,161,83); }

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