Html Css Color HEX #AAB0AC Loblolly

📋 copy color: '#AAB0AC'

red 170 ◦ green 176 ◦ blue 172

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

Shades of Loblolly #AAB0AC

Tints of Loblolly #AAB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 32.82%
G = 33.98%
B = 33.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AAB0AC (or 0xAAB0AC) is known color: Loblolly. HEX triplet: AA, B0 and AC. RGB value is (170,176,172). Sum of RGB (Red+Green+Blue) = 170+176+172=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AC is #554F53. Grayscale: #ADADAD. Windows color (decimal): -5590868 or 11317418. OLE color: 11317418.

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

Color convert

RGB 170 176 172 -
CMYK 0.03 0 0.02 0.31
HSL 140º 0.04% 0.68% -
HSV(B) 140º 0.03% 0.69% -
XYZ 39.55 42.58 45.16 -
YUV 173.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 170 176 172 0.03 0 0.02 0.31 140 0.04 0.68
Hex AA B0 AC 3 0 2 1F 8C 4 44
Octal 252 260 254 3 0 2 37 214 4 104
Binary 10101010 10110000 10101100 11 0 10 11111 10001100 100 1000100

Color Harmonies of #AAB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0AC

Black with #AAB0AC

Text Example


Text Example

White with #AAB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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