#aba255

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

Shades of Husk #ABA255

Tints of Husk #ABA255

Color information

#ABA255 (or 0xABA255) is unknown color: approx Husk. HEX triplet: AB, A2 and 55. RGB value is (171,162,85). Sum of RGB (Red+Green+Blue) = 171+162+85=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA255 is #545DAA. Grayscale: #9C9C9C. Windows color (decimal): -5529003 or 5612203. OLE color: 5612203.

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

Color convert

RGB17116285-
CMYK00.050.500.33
HSL53.72º33.86%50.2%-
HSV(B)53.72º50.29%67.06%-
XYZ31.3535.1513.73-
YUV155.9187.98138.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=40.91%
G=38.76%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711628500.050.500.3353.7233.8650.2
HexABA255053221362232
Octal253242125056241664262
Binary101010111010001010101010101110010100001110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba255; }

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

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

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

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

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

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

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

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