#ABA49E

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

Shades of Cloudy #ABA49E

Tints of Cloudy #ABA49E

Color information

#ABA49E (or 0xABA49E) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 9E. RGB value is (171,164,158). Sum of RGB (Red+Green+Blue) = 171+164+158=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49E is #545B61. Grayscale: #A5A5A5. Windows color (decimal): -5528418 or 10396843. OLE color: 10396843.

HSL color Cylindrical-coordinate representation of color #ABA49E: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA49E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171164158-
CMYK00.040.080.33
HSL27.69º7.18%64.51%-
HSV(B)27.69º7.6%67.06%-
XYZ36.2437.6837.71-
YUV165.41123.82131.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=34.69%
G=33.27%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415800.040.080.3327.697.1864.51
HexABA49E048211c741
Octal253244236041041347101
Binary10101011101001001001111001001000100001111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA49E; }

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

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

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

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

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

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

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

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