#ABA296

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

Shades of Cloudy #ABA296

Tints of Cloudy #ABA296

Color information

#ABA296 (or 0xABA296) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 96. RGB value is (171,162,150). Sum of RGB (Red+Green+Blue) = 171+162+150=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA296 is #545D69. Grayscale: #A3A3A3. Windows color (decimal): -5528938 or 9872043. OLE color: 9872043.

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

Color convert

RGB171162150-
CMYK00.050.120.33
HSL34.29º11.11%62.94%-
HSV(B)34.29º12.28%67.06%-
XYZ35.2236.734.08-
YUV163.32120.48133.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 162 (63.67% from 255) = 33.54%
BLUE value IS 150 (58.98% from 255) = 31.06%
R=35.40%
G=33.54%
B=31.06%

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
Decimal17116215000.050.120.3334.2911.1162.94
HexABA29605C2122b3f
Octal253242226051441421377
Binary101010111010001010010110010111001000011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA296; }

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

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

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

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

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

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

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

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