Html Css Color HEX #AAC5B5 Loblolly

📋 copy color: '#AAC5B5'

red 170 ◦ green 197 ◦ blue 181

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

Shades of Loblolly #AAC5B5

Tints of Loblolly #AAC5B5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.95%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 31.02%
G = 35.95%
B = 33.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#AAC5B5 (or 0xAAC5B5) is known color: Loblolly. HEX triplet: AA, C5 and B5. RGB value is (170,197,181). Sum of RGB (Red+Green+Blue) = 170+197+181=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5B5 is #553A4A. Grayscale: #BBBBBB. Windows color (decimal): -5585483 or 11912618. OLE color: 11912618.

HSL color Cylindrical-coordinate representation of color #AAC5B5: hue angle of 144.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5B5 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 181 -
CMYK 0.14 0 0.08 0.23
HSL 144.44º 0.19% 0.72% -
HSV(B) 144.44º 0.14% 0.77% -
XYZ 44.88 51.81 51.35 -
YUV 187.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 170 197 181 0.14 0 0.08 0.23 144.44 0.19 0.72
Hex AA C5 B5 E 0 8 17 90 13 48
Octal 252 305 265 16 0 10 27 220 23 110
Binary 10101010 11000101 10110101 1110 0 1000 10111 10010000 10011 1001000

Color Harmonies of #AAC5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5B5

Black with #AAC5B5

Text Example


Text Example

White with #AAC5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5B5; }

 p { color: rgb(170,197,181); }

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

background-color css

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

 a { background-color: rgb(170,197,181); }

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

border-color css

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

 span { border-color: rgb(170,197,181); }

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