Html Css Color HEX #AAC2B7 Loblolly

📋 copy color: '#AAC2B7'

red 170 ◦ green 194 ◦ blue 183

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

Shades of Loblolly #AAC2B7

Tints of Loblolly #AAC2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 31.08%
G = 35.47%
B = 33.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#AAC2B7 (or 0xAAC2B7) is known color: Loblolly. HEX triplet: AA, C2 and B7. RGB value is (170,194,183). Sum of RGB (Red+Green+Blue) = 170+194+183=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2B7 is #553D48. Grayscale: #B9B9B9. Windows color (decimal): -5586249 or 12042922. OLE color: 12042922.

HSL color Cylindrical-coordinate representation of color #AAC2B7: hue angle of 152.5º 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 #AAC2B7 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 183 -
CMYK 0.12 0 0.06 0.24
HSL 152.5º 0.16% 0.71% -
HSV(B) 152.5º 0.12% 0.76% -
XYZ 44.42 50.55 52.22 -
YUV 185.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 170 194 183 0.12 0 0.06 0.24 152.5 0.16 0.71
Hex AA C2 B7 C 0 6 18 98 10 47
Octal 252 302 267 14 0 6 30 230 20 107
Binary 10101010 11000010 10110111 1100 0 110 11000 10011000 10000 1000111

Color Harmonies of #AAC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2B7

Black with #AAC2B7

Text Example


Text Example

White with #AAC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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