#A4995D

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

Shades of Husk #A4995D

Tints of Husk #A4995D

Color information

#A4995D (or 0xA4995D) is unknown color: approx Husk. HEX triplet: A4, 99 and 5D. RGB value is (164,153,93). Sum of RGB (Red+Green+Blue) = 164+153+93=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4995D is #5B66A2. Grayscale: #959595. Windows color (decimal): -5990051 or 6134180. OLE color: 6134180.

HSL color Cylindrical-coordinate representation of color #A4995D: 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.43%. Process color model (Four color, CMYK) of #A4995D is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16415393-
CMYK00.070.430.36
HSL50.7º28.06%50.39%-
HSV(B)50.7º43.29%64.31%-
XYZ28.6831.4714.92-
YUV149.4596.14138.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=40%
G=37.32%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641539300.070.430.3650.728.0650.39
HexA4995D072B24331c32
Octal244231135075344633462
Binary10100100100110011011101011110101110010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4995D; }

 p { color: rgb(164,153,93); }

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

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

 a { background-color: rgb(164,153,93); }

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

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

 span { border-color: rgb(164,153,93); }

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