#A8975A

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

Shades of Husk #A8975A

Tints of Husk #A8975A

Color information

#A8975A (or 0xA8975A) is unknown color: approx Husk. HEX triplet: A8, 97 and 5A. RGB value is (168,151,90). Sum of RGB (Red+Green+Blue) = 168+151+90=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8975A is #5768A5. Grayscale: #959595. Windows color (decimal): -5728422 or 5937064. OLE color: 5937064.

HSL color Cylindrical-coordinate representation of color #A8975A: hue angle of 46.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8975A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16815190-
CMYK00.100.460.34
HSL46.92º30.95%50.59%-
HSV(B)46.92º46.43%65.88%-
XYZ29.0631.214.16-
YUV149.1394.63141.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=41.08%
G=36.92%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681519000.100.460.3446.9230.9550.59
HexA8975A0A2E222f1f33
Octal2502271320125642573763
Binary101010001001011110110100101010111010001010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8975A; }

 p { color: rgb(168,151,90); }

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

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

 a { background-color: rgb(168,151,90); }

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

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

 span { border-color: rgb(168,151,90); }

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