Html Css Color HEX #AAC2B8 Loblolly

📋 copy color: '#AAC2B8'

red 170 ◦ green 194 ◦ blue 184

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

Shades of Loblolly #AAC2B8

Tints of Loblolly #AAC2B8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.4%

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 31.02%
G = 35.4%
B = 33.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#AAC2B8 (or 0xAAC2B8) is known color: Loblolly. HEX triplet: AA, C2 and B8. RGB value is (170,194,184). Sum of RGB (Red+Green+Blue) = 170+194+184=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2B8 is #553D47. Grayscale: #B9B9B9. Windows color (decimal): -5586248 or 12108458. OLE color: 12108458.

HSL color Cylindrical-coordinate representation of color #AAC2B8: hue angle of 155º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2B8 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 184 -
CMYK 0.12 0 0.05 0.24
HSL 155º 0.16% 0.71% -
HSV(B) 155º 0.12% 0.76% -
XYZ 44.52 50.59 52.77 -
YUV 185.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 170 194 184 0.12 0 0.05 0.24 155 0.16 0.71
Hex AA C2 B8 C 0 5 18 9B 10 47
Octal 252 302 270 14 0 5 30 233 20 107
Binary 10101010 11000010 10111000 1100 0 101 11000 10011011 10000 1000111

Color Harmonies of #AAC2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2B8

Black with #AAC2B8

Text Example


Text Example

White with #AAC2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2B8; }

 p { color: rgb(170,194,184); }

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

background-color css

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

 a { background-color: rgb(170,194,184); }

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

border-color css

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

 span { border-color: rgb(170,194,184); }

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