#ABA49B

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

Shades of Cloudy #ABA49B

Tints of Cloudy #ABA49B

Color information

#ABA49B (or 0xABA49B) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 9B. RGB value is (171,164,155). Sum of RGB (Red+Green+Blue) = 171+164+155=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49B is #545B64. Grayscale: #A5A5A5. Windows color (decimal): -5528421 or 10200235. OLE color: 10200235.

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

Color convert

RGB171164155-
CMYK00.040.090.33
HSL33.75º8.7%63.92%-
HSV(B)33.75º9.36%67.06%-
XYZ35.9937.5836.37-
YUV165.07122.32132.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=34.90%
G=33.47%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415500.040.090.3333.758.763.92
HexABA49B0492122940
Octal2532442330411414211100
Binary1010101110100100100110110100100110000110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA49B; }

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

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

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

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

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

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

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

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