Html Css Color HEX #AACAB4 Gum Leaf

📋 copy color: '#AACAB4'

red 170 ◦ green 202 ◦ blue 180

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

Shades of Gum Leaf #AACAB4

Tints of Gum Leaf #AACAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 30.8%
G = 36.59%
B = 32.61%

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

#AACAB4 (or 0xAACAB4) is known color: Gum Leaf. HEX triplet: AA, CA and B4. RGB value is (170,202,180). Sum of RGB (Red+Green+Blue) = 170+202+180=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB4 is #55354B. Grayscale: #BDBDBD. Windows color (decimal): -5584204 or 11848362. OLE color: 11848362.

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

Color convert

RGB 170 202 180 -
CMYK 0.16 0 0.11 0.21
HSL 138.75º 0.23% 0.73% -
HSV(B) 138.75º 0.16% 0.79% -
XYZ 45.94 54.08 51.2 -
YUV 189.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 170 202 180 0.16 0 0.11 0.21 138.75 0.23 0.73
Hex AA CA B4 10 0 B 15 8B 17 49
Octal 252 312 264 20 0 13 25 213 27 111
Binary 10101010 11001010 10110100 10000 0 1011 10101 10001011 10111 1001001

Color Harmonies of #AACAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAB4

Black with #AACAB4

Text Example


Text Example

White with #AACAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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