Html Css Color HEX #AABFAC Gum Leaf

📋 copy color: '#AABFAC'

red 170 ◦ green 191 ◦ blue 172

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

Shades of Gum Leaf #AABFAC

Tints of Gum Leaf #AABFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.27%

R = 31.89%
G = 35.83%
B = 32.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#AABFAC (or 0xAABFAC) is known color: Gum Leaf. HEX triplet: AA, BF and AC. RGB value is (170,191,172). Sum of RGB (Red+Green+Blue) = 170+191+172=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAC is #554053. Grayscale: #B6B6B6. Windows color (decimal): -5587028 or 11321258. OLE color: 11321258.

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

Color convert

RGB 170 191 172 -
CMYK 0.11 0 0.10 0.25
HSL 125.71º 0.14% 0.71% -
HSV(B) 125.71º 0.11% 0.75% -
XYZ 42.65 48.79 46.2 -
YUV 182.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 170 191 172 0.11 0 0.10 0.25 125.71 0.14 0.71
Hex AA BF AC B 0 A 19 7E E 47
Octal 252 277 254 13 0 12 31 176 16 107
Binary 10101010 10111111 10101100 1011 0 1010 11001 1111110 1110 1000111

Color Harmonies of #AABFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFAC

Black with #AABFAC

Text Example


Text Example

White with #AABFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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