Html Css Color HEX #AACAB0 Gum Leaf

📋 copy color: '#AACAB0'

red 170 ◦ green 202 ◦ blue 176

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

Shades of Gum Leaf #AACAB0

Tints of Gum Leaf #AACAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 31.02%
G = 36.86%
B = 32.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#AACAB0 (or 0xAACAB0) is known color: Gum Leaf. HEX triplet: AA, CA and B0. RGB value is (170,202,176). Sum of RGB (Red+Green+Blue) = 170+202+176=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAB0 is #55354F. Grayscale: #BDBDBD. Windows color (decimal): -5584208 or 11586218. OLE color: 11586218.

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

Color convert

RGB 170 202 176 -
CMYK 0.16 0 0.13 0.21
HSL 131.25º 0.23% 0.73% -
HSV(B) 131.25º 0.16% 0.79% -
XYZ 45.53 53.92 49.08 -
YUV 189.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 170 202 176 0.16 0 0.13 0.21 131.25 0.23 0.73
Hex AA CA B0 10 0 D 15 83 17 49
Octal 252 312 260 20 0 15 25 203 27 111
Binary 10101010 11001010 10110000 10000 0 1101 10101 10000011 10111 1001001

Color Harmonies of #AACAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAB0

Black with #AACAB0

Text Example


Text Example

White with #AACAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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