#ABA04E

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

Shades of Husk #ABA04E

Tints of Husk #ABA04E

Color information

#ABA04E (or 0xABA04E) is unknown color: approx Husk. HEX triplet: AB, A0 and 4E. RGB value is (171,160,78). Sum of RGB (Red+Green+Blue) = 171+160+78=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA04E is #545FB1. Grayscale: #9A9A9A. Windows color (decimal): -5529522 or 5152939. OLE color: 5152939.

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

Color convert

RGB17116078-
CMYK00.060.540.33
HSL52.9º37.35%48.82%-
HSV(B)52.9º54.39%67.06%-
XYZ30.7434.3512.22-
YUV153.9485.14140.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=41.81%
G=39.12%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711607800.060.540.3352.937.3548.82
HexABA04E063621352531
Octal253240116066641654561
Binary101010111010000010011100110110110100001110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA04E; }

 p { color: rgb(171,160,78); }

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

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

 a { background-color: rgb(171,160,78); }

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

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

 span { border-color: rgb(171,160,78); }

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