#ABA394

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

Shades of Cloudy #ABA394

Tints of Cloudy #ABA394

Color information

#ABA394 (or 0xABA394) is unknown color: approx Cloudy. HEX triplet: AB, A3 and 94. RGB value is (171,163,148). Sum of RGB (Red+Green+Blue) = 171+163+148=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA394 is #545C6B. Grayscale: #A3A3A3. Windows color (decimal): -5528684 or 9741227. OLE color: 9741227.

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

Color convert

RGB171163148-
CMYK00.050.130.33
HSL39.13º12.04%62.55%-
HSV(B)39.13º13.45%67.06%-
XYZ35.2436.9933.3-
YUV163.68119.15133.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=35.48%
G=33.82%
B=30.71%

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
Decimal17116314800.050.130.3339.1312.0462.55
HexABA39405D2127c3f
Octal253243224051541471477
Binary101010111010001110010100010111011000011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA394; }

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

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

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

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

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

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

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

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