#ABA396

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

Shades of Cloudy #ABA396

Tints of Cloudy #ABA396

Color information

#ABA396 (or 0xABA396) is unknown color: approx Cloudy. HEX triplet: AB, A3 and 96. RGB value is (171,163,150). Sum of RGB (Red+Green+Blue) = 171+163+150=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA396 is #545C69. Grayscale: #A3A3A3. Windows color (decimal): -5528682 or 9872299. OLE color: 9872299.

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

Color convert

RGB171163150-
CMYK00.050.120.33
HSL37.14º11.11%62.94%-
HSV(B)37.14º12.28%67.06%-
XYZ35.437.0534.14-
YUV163.91120.15133.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=35.33%
G=33.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116315000.050.120.3337.1411.1162.94
HexABA39605C2125b3f
Octal253243226051441451377
Binary101010111010001110010110010111001000011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA396; }

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

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

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

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

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

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

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

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