#ABA096

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

Shades of Cloudy #ABA096

Tints of Cloudy #ABA096

Color information

#ABA096 (or 0xABA096) is unknown color: approx Cloudy. HEX triplet: AB, A0 and 96. RGB value is (171,160,150). Sum of RGB (Red+Green+Blue) = 171+160+150=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA096 is #545F69. Grayscale: #A2A2A2. Windows color (decimal): -5529450 or 9871531. OLE color: 9871531.

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

Color convert

RGB171160150-
CMYK00.060.120.33
HSL28.57º11.11%62.94%-
HSV(B)28.57º12.28%67.06%-
XYZ34.873633.97-
YUV162.15121.14134.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=35.55%
G=33.26%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116015000.060.120.3328.5711.1162.94
HexABA09606C211db3f
Octal253240226061441351377
Binary10101011101000001001011001101100100001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA096; }

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

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

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

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

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

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

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

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