#ABA355

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

Shades of Husk #ABA355

Tints of Husk #ABA355

Color information

#ABA355 (or 0xABA355) is unknown color: approx Husk. HEX triplet: AB, A3 and 55. RGB value is (171,163,85). Sum of RGB (Red+Green+Blue) = 171+163+85=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA355 is #545CAA. Grayscale: #9C9C9C. Windows color (decimal): -5528747 or 5612459. OLE color: 5612459.

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

Color convert

RGB17116385-
CMYK00.050.500.33
HSL54.42º33.86%50.2%-
HSV(B)54.42º50.29%67.06%-
XYZ31.5335.5113.79-
YUV156.587.65138.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 85 (33.59% from 255) = 20.29%
R=40.81%
G=38.90%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711638500.050.500.3354.4233.8650.2
HexABA355053221362232
Octal253243125056241664262
Binary101010111010001110101010101110010100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA355; }

 p { color: rgb(171,163,85); }

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

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

 a { background-color: rgb(171,163,85); }

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

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

 span { border-color: rgb(171,163,85); }

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