#ABA04D

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

Shades of Husk #ABA04D

Tints of Husk #ABA04D

Color information

#ABA04D (or 0xABA04D) is unknown color: approx Husk. HEX triplet: AB, A0 and 4D. RGB value is (171,160,77). Sum of RGB (Red+Green+Blue) = 171+160+77=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA04D is #545FB2. Grayscale: #9A9A9A. Windows color (decimal): -5529523 or 5087403. OLE color: 5087403.

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

Color convert

RGB17116077-
CMYK00.060.550.33
HSL52.98º37.9%48.63%-
HSV(B)52.98º54.97%67.06%-
XYZ30.734.3412.03-
YUV153.8384.64140.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=41.91%
G=39.22%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711607700.060.550.3352.9837.948.63
HexABA04D063721352631
Octal253240115066741654661
Binary101010111010000010011010110110111100001110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA04D; }

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

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

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

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

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

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

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

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