#A7A255

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

Shades of Husk #A7A255

Tints of Husk #A7A255

Color information

#A7A255 (or 0xA7A255) is unknown color: approx Husk. HEX triplet: A7, A2 and 55. RGB value is (167,162,85). Sum of RGB (Red+Green+Blue) = 167+162+85=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A255 is #585DAA. Grayscale: #9B9B9B. Windows color (decimal): -5791147 or 5612199. OLE color: 5612199.

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

Color convert

RGB16716285-
CMYK00.030.490.35
HSL56.34º32.54%49.41%-
HSV(B)56.34º49.1%65.49%-
XYZ30.534.7113.69-
YUV154.7288.66136.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=40.34%
G=39.13%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671628500.030.490.3556.3432.5449.41
HexA7A255033123382131
Octal247242125036143704161
Binary10100111101000101010101011110001100011111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A255; }

 p { color: rgb(167,162,85); }

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

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

 a { background-color: rgb(167,162,85); }

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

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

 span { border-color: rgb(167,162,85); }

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