#ABA397

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

Shades of Cloudy #ABA397

Tints of Cloudy #ABA397

Color information

#ABA397 (or 0xABA397) is unknown color: approx Cloudy. HEX triplet: AB, A3 and 97. RGB value is (171,163,151). Sum of RGB (Red+Green+Blue) = 171+163+151=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA397 is #545C68. Grayscale: #A4A4A4. Windows color (decimal): -5528681 or 9937835. OLE color: 9937835.

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

Color convert

RGB171163151-
CMYK00.050.120.33
HSL36º10.64%63.14%-
HSV(B)36º11.7%67.06%-
XYZ35.4837.0934.57-
YUV164.02120.65132.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=35.26%
G=33.61%
B=31.13%

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
Decimal17116315100.050.120.333610.6463.14
HexABA39705C2124b3f
Octal253243227051441441377
Binary101010111010001110010111010111001000011001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA397; }

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

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

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

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

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

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

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

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