Html Css Color HEX #AAC3B8 Loblolly

📋 copy color: '#AAC3B8'

red 170 ◦ green 195 ◦ blue 184

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

Shades of Loblolly #AAC3B8

Tints of Loblolly #AAC3B8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.52%

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

R = 30.97%
G = 35.52%
B = 33.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#AAC3B8 (or 0xAAC3B8) is known color: Loblolly. HEX triplet: AA, C3 and B8. RGB value is (170,195,184). Sum of RGB (Red+Green+Blue) = 170+195+184=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3B8 is #553C47. Grayscale: #BABABA. Windows color (decimal): -5585992 or 12108714. OLE color: 12108714.

HSL color Cylindrical-coordinate representation of color #AAC3B8: hue angle of 153.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3B8 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 184 -
CMYK 0.13 0 0.06 0.24
HSL 153.6º 0.17% 0.72% -
HSV(B) 153.6º 0.13% 0.76% -
XYZ 44.74 51.04 52.84 -
YUV 186.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 170 195 184 0.13 0 0.06 0.24 153.6 0.17 0.72
Hex AA C3 B8 D 0 6 18 9A 11 48
Octal 252 303 270 15 0 6 30 232 21 110
Binary 10101010 11000011 10111000 1101 0 110 11000 10011010 10001 1001000

Color Harmonies of #AAC3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3B8

Black with #AAC3B8

Text Example


Text Example

White with #AAC3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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