#ABA195

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

Shades of Cloudy #ABA195

Tints of Cloudy #ABA195

Color information

#ABA195 (or 0xABA195) is unknown color: approx Cloudy. HEX triplet: AB, A1 and 95. RGB value is (171,161,149). Sum of RGB (Red+Green+Blue) = 171+161+149=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA195 is #545E6A. Grayscale: #A2A2A2. Windows color (decimal): -5529195 or 9806251. OLE color: 9806251.

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

Color convert

RGB171161149-
CMYK00.060.130.33
HSL32.73º11.58%62.75%-
HSV(B)32.73º12.87%67.06%-
XYZ34.9636.3233.6-
YUV162.62120.31133.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=35.55%
G=33.47%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116114900.060.130.3332.7311.5862.75
HexABA19506D2121c3f
Octal253241225061541411477
Binary101010111010000110010101011011011000011000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA195; }

 p { color: rgb(171,161,149); }

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

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

 a { background-color: rgb(171,161,149); }

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

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

 span { border-color: rgb(171,161,149); }

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