#AAA194

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

Shades of Cloudy #AAA194

Tints of Cloudy #AAA194

Color information

#AAA194 (or 0xAAA194) is unknown color: approx Cloudy. HEX triplet: AA, A1 and 94. RGB value is (170,161,148). Sum of RGB (Red+Green+Blue) = 170+161+148=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA194 is #555E6B. Grayscale: #A2A2A2. Windows color (decimal): -5594732 or 9740714. OLE color: 9740714.

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

Color convert

RGB170161148-
CMYK00.050.130.33
HSL35.45º11.46%62.35%-
HSV(B)35.45º12.94%66.67%-
XYZ34.6736.1733.17-
YUV162.21119.98133.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 148 (58.20% from 255) = 30.90%
R=35.49%
G=33.61%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016114800.050.130.3335.4511.4662.35
HexAAA19405D2123b3e
Octal252241224051541431376
Binary101010101010000110010100010111011000011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA194; }

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

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

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

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

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

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

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

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