Html Css Color HEX #AEBAB9 Jungle Mist

📋 copy color: '#AEBAB9'

red 174 ◦ green 186 ◦ blue 185

#AEBAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AEBAB9

Tints of Jungle Mist #AEBAB9

RGB

 RED value IS 174 (68.36% from 255) = 31.93%

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 31.93%
G = 34.13%
B = 33.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#AEBAB9 (or 0xAEBAB9) is known color: Jungle Mist. HEX triplet: AE, BA and B9. RGB value is (174,186,185). Sum of RGB (Red+Green+Blue) = 174+186+185=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB9 is #514546. Grayscale: #B6B6B6. Windows color (decimal): -5326151 or 12171950. OLE color: 12171950.

HSL color Cylindrical-coordinate representation of color #AEBAB9: hue angle of 175º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 185 -
CMYK 0.06 0 0.01 0.27
HSL 175º 0.08% 0.71% -
HSV(B) 175º 0.06% 0.73% -
XYZ 43.77 47.62 52.78 -
YUV 182.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 174 186 185 0.06 0 0.01 0.27 175 0.08 0.71
Hex AE BA B9 6 0 1 1B AF 8 47
Octal 256 272 271 6 0 1 33 257 10 107
Binary 10101110 10111010 10111001 110 0 1 11011 10101111 1000 1000111

Color Harmonies of #AEBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAB9

Black with #AEBAB9

Text Example


Text Example

White with #AEBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAB9; }

 p { color: rgb(174,186,185); }

 H1.HeaderClassName
 {
   color: #AEBAB9;
 }
 .AnyTagClassName
 {
   color: #AEBAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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