#A3975A

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

Shades of Husk #A3975A

Tints of Husk #A3975A

Color information

#A3975A (or 0xA3975A) is unknown color: approx Husk. HEX triplet: A3, 97 and 5A. RGB value is (163,151,90). Sum of RGB (Red+Green+Blue) = 163+151+90=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3975A is #5C68A5. Grayscale: #939393. Windows color (decimal): -6056102 or 5937059. OLE color: 5937059.

HSL color Cylindrical-coordinate representation of color #A3975A: hue angle of 50.14º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3975A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16315190-
CMYK00.070.450.36
HSL50.14º28.85%49.61%-
HSV(B)50.14º44.79%63.92%-
XYZ28.0230.6614.11-
YUV147.6395.48138.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.35%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=40.35%
G=37.38%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631519000.070.450.3650.1428.8549.61
HexA3975A072D24321d32
Octal243227132075544623562
Binary10100011100101111011010011110110110010011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3975A; }

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

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

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

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

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

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

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

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