#AAA195

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

Shades of Cloudy #AAA195

Tints of Cloudy #AAA195

Color information

#AAA195 (or 0xAAA195) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 95. RGB value is (170,161,149). Sum of RGB (Red+Green+Blue) = 170+161+149=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA195 is #555E6A. Grayscale: #A2A2A2. Windows color (decimal): -5594731 or 9806250. OLE color: 9806250.

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

Color convert

RGB170161149-
CMYK00.050.120.33
HSL34.29º10.99%62.55%-
HSV(B)34.29º12.35%66.67%-
XYZ34.7536.2133.59-
YUV162.32120.48133.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=35.42%
G=33.54%
B=31.04%

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
Decimal17016114900.050.120.3334.2910.9962.55
HexAAA19505C2122b3f
Octal252241225051441421377
Binary101010101010000110010101010111001000011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA195; }

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

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

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

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

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

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

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

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