Html Css Color HEX #AAC6B8 Loblolly

📋 copy color: '#AAC6B8'

red 170 ◦ green 198 ◦ blue 184

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

Shades of Loblolly #AAC6B8

Tints of Loblolly #AAC6B8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.87%

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

R = 30.8%
G = 35.87%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#AAC6B8 (or 0xAAC6B8) is known color: Loblolly. HEX triplet: AA, C6 and B8. RGB value is (170,198,184). Sum of RGB (Red+Green+Blue) = 170+198+184=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6B8 is #553947. Grayscale: #BCBCBC. Windows color (decimal): -5585224 or 12109482. OLE color: 12109482.

HSL color Cylindrical-coordinate representation of color #AAC6B8: hue angle of 150º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6B8 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 184 -
CMYK 0.14 0 0.07 0.22
HSL 150º 0.2% 0.72% -
HSV(B) 150º 0.14% 0.78% -
XYZ 45.42 52.39 53.07 -
YUV 188.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 170 198 184 0.14 0 0.07 0.22 150 0.2 0.72
Hex AA C6 B8 E 0 7 16 96 14 48
Octal 252 306 270 16 0 7 26 226 24 110
Binary 10101010 11000110 10111000 1110 0 111 10110 10010110 10100 1001000

Color Harmonies of #AAC6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6B8

Black with #AAC6B8

Text Example


Text Example

White with #AAC6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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