#ABA499

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

Shades of Cloudy #ABA499

Tints of Cloudy #ABA499

Color information

#ABA499 (or 0xABA499) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 99. RGB value is (171,164,153). Sum of RGB (Red+Green+Blue) = 171+164+153=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA499 is #545B66. Grayscale: #A4A4A4. Windows color (decimal): -5528423 or 10069163. OLE color: 10069163.

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

Color convert

RGB171164153-
CMYK00.040.110.33
HSL36.67º9.68%63.53%-
HSV(B)36.67º10.53%67.06%-
XYZ35.8237.5135.49-
YUV164.84121.32132.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=35.04%
G=33.61%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415300.040.110.3336.679.6863.53
HexABA49904B2125a40
Octal2532442310413414512100
Binary1010101110100100100110010100101110000110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA499; }

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

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

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

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

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

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

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

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