#ABA153

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

Shades of Husk #ABA153

Tints of Husk #ABA153

Color information

#ABA153 (or 0xABA153) is unknown color: approx Husk. HEX triplet: AB, A1 and 53. RGB value is (171,161,83). Sum of RGB (Red+Green+Blue) = 171+161+83=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA153 is #545EAC. Grayscale: #9B9B9B. Windows color (decimal): -5529261 or 5480875. OLE color: 5480875.

HSL color Cylindrical-coordinate representation of color #ABA153: hue angle of 53.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABA153 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17116183-
CMYK00.060.510.33
HSL53.18º34.65%49.8%-
HSV(B)53.18º51.46%67.06%-
XYZ31.134.7713.26-
YUV155.187.31139.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 83 (32.81% from 255) = 20%
R=41.20%
G=38.80%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711618300.060.510.3353.1834.6549.8
HexABA153063321352332
Octal253241123066341654362
Binary101010111010000110100110110110011100001110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA153; }

 p { color: rgb(171,161,83); }

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

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

 a { background-color: rgb(171,161,83); }

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

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

 span { border-color: rgb(171,161,83); }

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