#ABA297

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

Shades of Cloudy #ABA297

Tints of Cloudy #ABA297

Color information

#ABA297 (or 0xABA297) is unknown color: approx Cloudy. HEX triplet: AB, A2 and 97. RGB value is (171,162,151). Sum of RGB (Red+Green+Blue) = 171+162+151=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA297 is #545D68. Grayscale: #A3A3A3. Windows color (decimal): -5528937 or 9937579. OLE color: 9937579.

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

Color convert

RGB171162151-
CMYK00.050.120.33
HSL33º10.64%63.14%-
HSV(B)33º11.7%67.06%-
XYZ35.336.7334.51-
YUV163.44120.98133.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=35.33%
G=33.47%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116215100.050.120.333310.6463.14
HexABA29705C2121b3f
Octal253242227051441411377
Binary101010111010001010010111010111001000011000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA297; }

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

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

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

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

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

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

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

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