#ABA250

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

Shades of Husk #ABA250

Tints of Husk #ABA250

Color information

#ABA250 (or 0xABA250) is unknown color: approx Husk. HEX triplet: AB, A2 and 50. RGB value is (171,162,80). Sum of RGB (Red+Green+Blue) = 171+162+80=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA250 is #545DAF. Grayscale: #9B9B9B. Windows color (decimal): -5529008 or 5284523. OLE color: 5284523.

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

Color convert

RGB17116280-
CMYK00.050.530.33
HSL54.07º36.25%49.22%-
HSV(B)54.07º53.22%67.06%-
XYZ31.1635.0812.72-
YUV155.3485.48139.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=41.40%
G=39.23%
B=19.37%

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
Decimal1711628000.050.530.3354.0736.2549.22
HexABA250053521362431
Octal253242120056541664461
Binary101010111010001010100000101110101100001110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA250; }

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

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

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

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

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

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

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

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