Html Css Color HEX #AABFB3 Loblolly

📋 copy color: '#AABFB3'

red 170 ◦ green 191 ◦ blue 179

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

Shades of Loblolly #AABFB3

Tints of Loblolly #AABFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.15%

R = 31.48%
G = 35.37%
B = 33.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#AABFB3 (or 0xAABFB3) is known color: Loblolly. HEX triplet: AA, BF and B3. RGB value is (170,191,179). Sum of RGB (Red+Green+Blue) = 170+191+179=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB3 is #55404C. Grayscale: #B7B7B7. Windows color (decimal): -5587021 or 11780010. OLE color: 11780010.

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

Color convert

RGB 170 191 179 -
CMYK 0.11 0 0.06 0.25
HSL 145.71º 0.14% 0.71% -
HSV(B) 145.71º 0.11% 0.75% -
XYZ 43.35 49.06 49.83 -
YUV 183.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 170 191 179 0.11 0 0.06 0.25 145.71 0.14 0.71
Hex AA BF B3 B 0 6 19 92 E 47
Octal 252 277 263 13 0 6 31 222 16 107
Binary 10101010 10111111 10110011 1011 0 110 11001 10010010 1110 1000111

Color Harmonies of #AABFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFB3

Black with #AABFB3

Text Example


Text Example

White with #AABFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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