#ADBABA

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

Shades of Jungle Mist #ADBABA

Tints of Jungle Mist #ADBABA

Color information

#ADBABA (or 0xADBABA) is unknown color: approx Jungle Mist. HEX triplet: AD, BA and BA. RGB value is (173,186,186). Sum of RGB (Red+Green+Blue) = 173+186+186=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #ADBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABA is #524545. Grayscale: #B6B6B6. Windows color (decimal): -5391686 or 12237485. OLE color: 12237485.

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

Color convert

RGB173186186-
CMYK0.07000.27
HSL180º8.61%70.39%-
HSV(B)180º6.99%72.94%-
XYZ43.6647.5553.33-
YUV182.11130.19121.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=31.74%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861860.07000.271808.6170.39
HexADBABA7001Bb4946
Octal2552722727003326411106
Binary10101101101110101011101011100110111011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBABA; }

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

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

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

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

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

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

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

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