#ABA29B

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

Shades of Cloudy #ABA29B

Tints of Cloudy #ABA29B

Color information

#ABA29B (or 0xABA29B) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 9B. RGB value is (171,162,155). Sum of RGB (Red+Green+Blue) = 171+162+155=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29B is #545D64. Grayscale: #A3A3A3. Windows color (decimal): -5528933 or 10199723. OLE color: 10199723.

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

Color convert

RGB171162155-
CMYK00.050.090.33
HSL26.25º8.7%63.92%-
HSV(B)26.25º9.36%67.06%-
XYZ35.6336.8736.25-
YUV163.89122.98133.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=35.04%
G=33.20%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116215500.050.090.3326.258.763.92
HexABA29B059211a940
Octal2532422330511413211100
Binary101010111010001010011011010110011000011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA29B; }

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

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

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

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

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

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

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

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