#A7A157

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

Shades of Husk #A7A157

Tints of Husk #A7A157

Color information

#A7A157 (or 0xA7A157) is unknown color: approx Husk. HEX triplet: A7, A1 and 57. RGB value is (167,161,87). Sum of RGB (Red+Green+Blue) = 167+161+87=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A157 is #585EA8. Grayscale: #9A9A9A. Windows color (decimal): -5791401 or 5743015. OLE color: 5743015.

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

Color convert

RGB16716187-
CMYK00.040.480.35
HSL55.5º31.5%49.8%-
HSV(B)55.5º47.9%65.49%-
XYZ30.434.3914.05-
YUV154.3689.99137.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=40.24%
G=38.80%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671618700.040.480.3555.531.549.8
HexA7A157043023381f32
Octal247241127046043703762
Binary10100111101000011010111010011000010001111100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A157; }

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

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

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

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

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

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

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

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