#A3985C

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

Shades of Husk #A3985C

Tints of Husk #A3985C

Color information

#A3985C (or 0xA3985C) is unknown color: approx Husk. HEX triplet: A3, 98 and 5C. RGB value is (163,152,92). Sum of RGB (Red+Green+Blue) = 163+152+92=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3985C is #5C67A3. Grayscale: #949494. Windows color (decimal): -6055844 or 6068387. OLE color: 6068387.

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

Color convert

RGB16315292-
CMYK00.070.440.36
HSL50.7º27.84%50%-
HSV(B)50.7º43.56%63.92%-
XYZ28.2631.0214.62-
YUV148.4596.14138.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=40.05%
G=37.35%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631529200.070.440.3650.727.8450
HexA3985C072C24331c32
Octal243230134075444633462
Binary10100011100110001011100011110110010010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3985C; }

 p { color: rgb(163,152,92); }

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

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

 a { background-color: rgb(163,152,92); }

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

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

 span { border-color: rgb(163,152,92); }

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