#ABA497

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

Shades of Cloudy #ABA497

Tints of Cloudy #ABA497

Color information

#ABA497 (or 0xABA497) is unknown color: approx Cloudy. HEX triplet: AB, A4 and 97. RGB value is (171,164,151). Sum of RGB (Red+Green+Blue) = 171+164+151=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA497 is #545B68. Grayscale: #A4A4A4. Windows color (decimal): -5528425 or 9938091. OLE color: 9938091.

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

Color convert

RGB171164151-
CMYK00.040.120.33
HSL39º10.64%63.14%-
HSV(B)39º11.7%67.06%-
XYZ35.6637.4434.63-
YUV164.61120.32132.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=35.19%
G=33.74%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116415100.040.120.333910.6463.14
HexABA49704C2127b3f
Octal253244227041441471377
Binary101010111010010010010111010011001000011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA497; }

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

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

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

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

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

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

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

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