Html Css Color HEX #AACAB1 Gum Leaf

📋 copy color: '#AACAB1'

red 170 ◦ green 202 ◦ blue 177

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

Shades of Gum Leaf #AACAB1

Tints of Gum Leaf #AACAB1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.79%

 BLUE value IS 177 (69.53% from 255) = 32.24%

R = 30.97%
G = 36.79%
B = 32.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#AACAB1 (or 0xAACAB1) is known color: Gum Leaf. HEX triplet: AA, CA and B1. RGB value is (170,202,177). Sum of RGB (Red+Green+Blue) = 170+202+177=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAB1 is #55354E. Grayscale: #BDBDBD. Windows color (decimal): -5584207 or 11651754. OLE color: 11651754.

HSL color Cylindrical-coordinate representation of color #AACAB1: hue angle of 133.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAB1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 177 -
CMYK 0.16 0 0.12 0.21
HSL 133.13º 0.23% 0.73% -
HSV(B) 133.13º 0.16% 0.79% -
XYZ 45.63 53.96 49.61 -
YUV 189.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 170 202 177 0.16 0 0.12 0.21 133.13 0.23 0.73
Hex AA CA B1 10 0 C 15 85 17 49
Octal 252 312 261 20 0 14 25 205 27 111
Binary 10101010 11001010 10110001 10000 0 1100 10101 10000101 10111 1001001

Color Harmonies of #AACAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAB1

Black with #AACAB1

Text Example


Text Example

White with #AACAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAB1; }

 p { color: rgb(170,202,177); }

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

background-color css

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

 a { background-color: rgb(170,202,177); }

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

border-color css

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

 span { border-color: rgb(170,202,177); }

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