#ABA294

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

Shades of Cloudy #ABA294

Tints of Cloudy #ABA294

Color information

#ABA294 (or 0xABA294) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 94. RGB value is (171,162,148). Sum of RGB (Red+Green+Blue) = 171+162+148=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA294 is #545D6B. Grayscale: #A3A3A3. Windows color (decimal): -5528940 or 9740971. OLE color: 9740971.

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

Color convert

RGB171162148-
CMYK00.050.130.33
HSL36.52º12.04%62.55%-
HSV(B)36.52º13.45%67.06%-
XYZ35.0636.6433.24-
YUV163.09119.48133.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=35.55%
G=33.68%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116214800.050.130.3336.5212.0462.55
HexABA29405D2125c3f
Octal253242224051541451477
Binary101010111010001010010100010111011000011001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA294; }

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

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

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

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

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

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

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

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