Html Css Color HEX #AACAB3 Gum Leaf

📋 copy color: '#AACAB3'

red 170 ◦ green 202 ◦ blue 179

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

Shades of Gum Leaf #AACAB3

Tints of Gum Leaf #AACAB3

RGB

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

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

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

R = 30.85%
G = 36.66%
B = 32.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#AACAB3 (or 0xAACAB3) is known color: Gum Leaf. HEX triplet: AA, CA and B3. RGB value is (170,202,179). Sum of RGB (Red+Green+Blue) = 170+202+179=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB3 is #55354C. Grayscale: #BDBDBD. Windows color (decimal): -5584205 or 11782826. OLE color: 11782826.

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

Color convert

RGB 170 202 179 -
CMYK 0.16 0 0.11 0.21
HSL 136.88º 0.23% 0.73% -
HSV(B) 136.88º 0.16% 0.79% -
XYZ 45.83 54.04 50.66 -
YUV 189.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 170 202 179 0.16 0 0.11 0.21 136.88 0.23 0.73
Hex AA CA B3 10 0 B 15 89 17 49
Octal 252 312 263 20 0 13 25 211 27 111
Binary 10101010 11001010 10110011 10000 0 1011 10101 10001001 10111 1001001

Color Harmonies of #AACAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAB3

Black with #AACAB3

Text Example


Text Example

White with #AACAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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