Html Css Color HEX #AABFB2 Loblolly

📋 copy color: '#AABFB2'

red 170 ◦ green 191 ◦ blue 178

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

Shades of Loblolly #AABFB2

Tints of Loblolly #AABFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 31.54%
G = 35.44%
B = 33.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#AABFB2 (or 0xAABFB2) is known color: Loblolly. HEX triplet: AA, BF and B2. RGB value is (170,191,178). Sum of RGB (Red+Green+Blue) = 170+191+178=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFB2 is #55404D. Grayscale: #B7B7B7. Windows color (decimal): -5587022 or 11714474. OLE color: 11714474.

HSL color Cylindrical-coordinate representation of color #AABFB2: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFB2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 178 -
CMYK 0.11 0 0.07 0.25
HSL 142.86º 0.14% 0.71% -
HSV(B) 142.86º 0.11% 0.75% -
XYZ 43.24 49.02 49.3 -
YUV 183.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 170 191 178 0.11 0 0.07 0.25 142.86 0.14 0.71
Hex AA BF B2 B 0 7 19 8F E 47
Octal 252 277 262 13 0 7 31 217 16 107
Binary 10101010 10111111 10110010 1011 0 111 11001 10001111 1110 1000111

Color Harmonies of #AABFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFB2

Black with #AABFB2

Text Example


Text Example

White with #AABFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFB2; }

 p { color: rgb(170,191,178); }

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

background-color css

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

 a { background-color: rgb(170,191,178); }

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

border-color css

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

 span { border-color: rgb(170,191,178); }

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