#ABA354

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

Shades of Husk #ABA354

Tints of Husk #ABA354

Color information

#ABA354 (or 0xABA354) is unknown color: approx Husk. HEX triplet: AB, A3 and 54. RGB value is (171,163,84). Sum of RGB (Red+Green+Blue) = 171+163+84=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA354 is #545CAB. Grayscale: #9C9C9C. Windows color (decimal): -5528748 or 5546923. OLE color: 5546923.

HSL color Cylindrical-coordinate representation of color #ABA354: hue angle of 54.48º degrees, saturation: 0.34, 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 #ABA354 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17116384-
CMYK00.050.510.33
HSL54.48º34.12%50%-
HSV(B)54.48º50.88%67.06%-
XYZ31.4935.4913.58-
YUV156.3987.15138.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=40.91%
G=39.00%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711638400.050.510.3354.4834.1250
HexABA354053321362232
Octal253243124056341664262
Binary101010111010001110101000101110011100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA354; }

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

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

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

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

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

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

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

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