Html Css Color HEX #AACAAF Gum Leaf

📋 copy color: '#AACAAF'

red 170 ◦ green 202 ◦ blue 175

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

Shades of Gum Leaf #AACAAF

Tints of Gum Leaf #AACAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 31.08%
G = 36.93%
B = 31.99%

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

#AACAAF (or 0xAACAAF) is known color: Gum Leaf. HEX triplet: AA, CA and AF. RGB value is (170,202,175). Sum of RGB (Red+Green+Blue) = 170+202+175=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAAF is #553550. Grayscale: #BDBDBD. Windows color (decimal): -5584209 or 11520682. OLE color: 11520682.

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

Color convert

RGB 170 202 175 -
CMYK 0.16 0 0.13 0.21
HSL 129.38º 0.23% 0.73% -
HSV(B) 129.38º 0.16% 0.79% -
XYZ 45.44 53.88 48.56 -
YUV 189.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 170 202 175 0.16 0 0.13 0.21 129.38 0.23 0.73
Hex AA CA AF 10 0 D 15 81 17 49
Octal 252 312 257 20 0 15 25 201 27 111
Binary 10101010 11001010 10101111 10000 0 1101 10101 10000001 10111 1001001

Color Harmonies of #AACAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAAF

Black with #AACAAF

Text Example


Text Example

White with #AACAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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