#ABBABA

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

Shades of Jungle Mist #ABBABA

Tints of Jungle Mist #ABBABA

Color information

#ABBABA (or 0xABBABA) is unknown color: approx Jungle Mist. HEX triplet: AB, BA and BA. RGB value is (171,186,186). Sum of RGB (Red+Green+Blue) = 171+186+186=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #ABBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABA is #544545. Grayscale: #B5B5B5. Windows color (decimal): -5522758 or 12237483. OLE color: 12237483.

HSL color Cylindrical-coordinate representation of color #ABBABA: 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.08%. Process color model (Four color, CMYK) of #ABBABA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171186186-
CMYK0.08000.27
HSL180º9.8%70%-
HSV(B)180º8.06%72.94%-
XYZ43.2247.3253.31-
YUV181.52130.53120.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=31.49%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861860.08000.271809.870
HexABBABA8001Bb4a46
Octal25327227210003326412106
Binary101010111011101010111010100000110111011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBABA; }

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

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

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

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

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

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

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

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