#A7A254

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

Shades of Husk #A7A254

Tints of Husk #A7A254

Color information

#A7A254 (or 0xA7A254) is unknown color: approx Husk. HEX triplet: A7, A2 and 54. RGB value is (167,162,84). Sum of RGB (Red+Green+Blue) = 167+162+84=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A254 is #585DAB. Grayscale: #9A9A9A. Windows color (decimal): -5791148 or 5546663. OLE color: 5546663.

HSL color Cylindrical-coordinate representation of color #A7A254: hue angle of 56.39º degrees, saturation: 0.33, 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 #A7A254 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16716284-
CMYK00.030.500.35
HSL56.39º33.07%49.22%-
HSV(B)56.39º49.7%65.49%-
XYZ30.4634.713.48-
YUV154.688.16136.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=40.44%
G=39.23%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671628400.030.500.3556.3933.0749.22
HexA7A254033223382131
Octal247242124036243704161
Binary10100111101000101010100011110010100011111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A254; }

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

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

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

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

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

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

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

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