#A0954A

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

Shades of Husk #A0954A

Tints of Husk #A0954A

Color information

#A0954A (or 0xA0954A) is unknown color: approx Husk. HEX triplet: A0, 95 and 4A. RGB value is (160,149,74). Sum of RGB (Red+Green+Blue) = 160+149+74=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0954A is #5F6AB5. Grayscale: #909090. Windows color (decimal): -6253238 or 4887968. OLE color: 4887968.

HSL color Cylindrical-coordinate representation of color #A0954A: hue angle of 52.33º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0954A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16014974-
CMYK00.070.540.37
HSL52.33º36.75%45.88%-
HSV(B)52.33º53.75%62.75%-
XYZ26.4829.4610.77-
YUV143.7488.64139.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=41.78%
G=38.90%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601497400.070.540.3752.3336.7545.88
HexA0954A07362534252e
Octal240225112076645644556
Binary101000001001010110010100111110110100101110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0954A; }

 p { color: rgb(160,149,74); }

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

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

 a { background-color: rgb(160,149,74); }

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

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

 span { border-color: rgb(160,149,74); }

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