#ABA251

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

Shades of Husk #ABA251

Tints of Husk #ABA251

Color information

#ABA251 (or 0xABA251) is unknown color: approx Husk. HEX triplet: AB, A2 and 51. RGB value is (171,162,81). Sum of RGB (Red+Green+Blue) = 171+162+81=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA251 is #545DAE. Grayscale: #9B9B9B. Windows color (decimal): -5529007 or 5350059. OLE color: 5350059.

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

Color convert

RGB17116281-
CMYK00.050.530.33
HSL54º35.71%49.41%-
HSV(B)54º52.63%67.06%-
XYZ31.235.0912.91-
YUV155.4685.98139.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=41.30%
G=39.13%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711628100.050.530.335435.7149.41
HexABA251053521362431
Octal253242121056541664461
Binary101010111010001010100010101110101100001110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA251; }

 p { color: rgb(171,162,81); }

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

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

 a { background-color: rgb(171,162,81); }

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

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

 span { border-color: rgb(171,162,81); }

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