Html Css Color HEX #AAD1AF Gum Leaf

📋 copy color: '#AAD1AF'

red 170 ◦ green 209 ◦ blue 175

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

Shades of Gum Leaf #AAD1AF

Tints of Gum Leaf #AAD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

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

R = 30.69%
G = 37.73%
B = 31.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#AAD1AF (or 0xAAD1AF) is known color: Gum Leaf. HEX triplet: AA, D1 and AF. RGB value is (170,209,175). Sum of RGB (Red+Green+Blue) = 170+209+175=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1AF is #552E50. Grayscale: #C1C1C1. Windows color (decimal): -5582417 or 11522474. OLE color: 11522474.

HSL color Cylindrical-coordinate representation of color #AAD1AF: hue angle of 127.69º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1AF is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 175 -
CMYK 0.19 0 0.16 0.18
HSL 127.69º 0.3% 0.74% -
HSV(B) 127.69º 0.19% 0.82% -
XYZ 47.12 57.24 49.12 -
YUV 193.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 170 209 175 0.19 0 0.16 0.18 127.69 0.3 0.74
Hex AA D1 AF 13 0 10 12 80 1E 4A
Octal 252 321 257 23 0 20 22 200 36 112
Binary 10101010 11010001 10101111 10011 0 10000 10010 10000000 11110 1001010

Color Harmonies of #AAD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1AF

Black with #AAD1AF

Text Example


Text Example

White with #AAD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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