Html Css Color HEX #AABBB1 Loblolly

📋 copy color: '#AABBB1'

red 170 ◦ green 187 ◦ blue 177

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

Shades of Loblolly #AABBB1

Tints of Loblolly #AABBB1

RGB

 RED value IS 170 (66.8% from 255) = 31.84%

 GREEN value IS 187 (73.44% from 255) = 35.02%

 BLUE value IS 177 (69.53% from 255) = 33.15%

R = 31.84%
G = 35.02%
B = 33.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#AABBB1 (or 0xAABBB1) is known color: Loblolly. HEX triplet: AA, BB and B1. RGB value is (170,187,177). Sum of RGB (Red+Green+Blue) = 170+187+177=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBB1 is #55444E. Grayscale: #B4B4B4. Windows color (decimal): -5588047 or 11647914. OLE color: 11647914.

HSL color Cylindrical-coordinate representation of color #AABBB1: hue angle of 144.71º degrees, saturation: 0.11, 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 #AABBB1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 177 -
CMYK 0.09 0 0.05 0.27
HSL 144.71º 0.11% 0.7% -
HSV(B) 144.71º 0.09% 0.73% -
XYZ 42.28 47.26 48.49 -
YUV 180.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 170 187 177 0.09 0 0.05 0.27 144.71 0.11 0.7
Hex AA BB B1 9 0 5 1B 91 B 46
Octal 252 273 261 11 0 5 33 221 13 106
Binary 10101010 10111011 10110001 1001 0 101 11011 10010001 1011 1000110

Color Harmonies of #AABBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBB1

Black with #AABBB1

Text Example


Text Example

White with #AABBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBB1; }

 p { color: rgb(170,187,177); }

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

background-color css

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

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

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

border-color css

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

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

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