Html Css Color HEX #AAB1AC Loblolly

📋 copy color: '#AAB1AC'

red 170 ◦ green 177 ◦ blue 172

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

Shades of Loblolly #AAB1AC

Tints of Loblolly #AAB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.1%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 32.76%
G = 34.1%
B = 33.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AAB1AC (or 0xAAB1AC) is known color: Loblolly. HEX triplet: AA, B1 and AC. RGB value is (170,177,172). Sum of RGB (Red+Green+Blue) = 170+177+172=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AC is #554E53. Grayscale: #AEAEAE. Windows color (decimal): -5590612 or 11317674. OLE color: 11317674.

HSL color Cylindrical-coordinate representation of color #AAB1AC: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAB1AC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 172 -
CMYK 0.04 0 0.03 0.31
HSL 137.14º 0.04% 0.68% -
HSV(B) 137.14º 0.04% 0.69% -
XYZ 39.75 42.97 45.23 -
YUV 174.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 170 177 172 0.04 0 0.03 0.31 137.14 0.04 0.68
Hex AA B1 AC 4 0 3 1F 89 4 44
Octal 252 261 254 4 0 3 37 211 4 104
Binary 10101010 10110001 10101100 100 0 11 11111 10001001 100 1000100

Color Harmonies of #AAB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1AC

Black with #AAB1AC

Text Example


Text Example

White with #AAB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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