#A5975E

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

Shades of Husk #A5975E

Tints of Husk #A5975E

Color information

#A5975E (or 0xA5975E) is unknown color: approx Husk. HEX triplet: A5, 97 and 5E. RGB value is (165,151,94). Sum of RGB (Red+Green+Blue) = 165+151+94=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5975E is #5A68A1. Grayscale: #949494. Windows color (decimal): -5925026 or 6199205. OLE color: 6199205.

HSL color Cylindrical-coordinate representation of color #A5975E: hue angle of 48.17º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5975E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16515194-
CMYK00.080.430.35
HSL48.17º28.29%50.78%-
HSV(B)48.17º43.03%64.71%-
XYZ28.630.9415.05-
YUV148.6997.14139.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=40.24%
G=36.83%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651519400.080.430.3548.1728.2950.78
HexA5975E082B23301c33
Octal2452271360105343603463
Binary101001011001011110111100100010101110001111000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5975E; }

 p { color: rgb(165,151,94); }

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

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

 a { background-color: rgb(165,151,94); }

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

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

 span { border-color: rgb(165,151,94); }

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