Html Css Color HEX #AAC2AF Gum Leaf

📋 copy color: '#AAC2AF'

red 170 ◦ green 194 ◦ blue 175

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

Shades of Gum Leaf #AAC2AF

Tints of Gum Leaf #AAC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

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

R = 31.54%
G = 35.99%
B = 32.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#AAC2AF (or 0xAAC2AF) is known color: Gum Leaf. HEX triplet: AA, C2 and AF. RGB value is (170,194,175). Sum of RGB (Red+Green+Blue) = 170+194+175=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC2AF is #553D50. Grayscale: #B8B8B8. Windows color (decimal): -5586257 or 11518634. OLE color: 11518634.

HSL color Cylindrical-coordinate representation of color #AAC2AF: hue angle of 132.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2AF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 175 -
CMYK 0.12 0 0.10 0.24
HSL 132.5º 0.16% 0.71% -
HSV(B) 132.5º 0.12% 0.76% -
XYZ 43.61 50.22 47.95 -
YUV 184.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 170 194 175 0.12 0 0.10 0.24 132.5 0.16 0.71
Hex AA C2 AF C 0 A 18 84 10 47
Octal 252 302 257 14 0 12 30 204 20 107
Binary 10101010 11000010 10101111 1100 0 1010 11000 10000100 10000 1000111

Color Harmonies of #AAC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2AF

Black with #AAC2AF

Text Example


Text Example

White with #AAC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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