#AABABA

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

Shades of Jungle Mist #AABABA

Tints of Jungle Mist #AABABA

Color information

#AABABA (or 0xAABABA) is unknown color: approx Jungle Mist. HEX triplet: AA, BA and BA. RGB value is (170,186,186). Sum of RGB (Red+Green+Blue) = 170+186+186=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #AABABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABA is #554545. Grayscale: #B5B5B5. Windows color (decimal): -5588294 or 12237482. OLE color: 12237482.

HSL color Cylindrical-coordinate representation of color #AABABA: hue angle of 180º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABABA is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170186186-
CMYK0.09000.27
HSL180º10.39%69.8%-
HSV(B)180º8.6%72.94%-
XYZ4347.2153.3-
YUV181.22130.7120-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=31.37%
G=34.32%
B=34.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861860.09000.2718010.3969.8
HexAABABA9001Bb4a46
Octal25227227211003326412106
Binary101010101011101010111010100100110111011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABABA; }

 p { color: rgb(170,186,186); }

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

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

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

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

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

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

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