#ABA49F

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

Shades of Cloudy #ABA49F

Tints of Cloudy #ABA49F

Color information

#ABA49F (or 0xABA49F) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 9F. RGB value is (171,164,159). Sum of RGB (Red+Green+Blue) = 171+164+159=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49F is #545B60. Grayscale: #A5A5A5. Windows color (decimal): -5528417 or 10462379. OLE color: 10462379.

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

Color convert

RGB171164159-
CMYK00.040.070.33
HSL25º6.67%64.71%-
HSV(B)25º7.02%67.06%-
XYZ36.3337.7138.17-
YUV165.52124.32131.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=34.62%
G=33.20%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415900.040.070.33256.6764.71
HexABA49F0472119741
Octal25324423704741317101
Binary1010101110100100100111110100111100001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA49F; }

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

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

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

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

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

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

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

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