Html Css Color HEX #AAD1AD Gum Leaf

📋 copy color: '#AAD1AD'

red 170 ◦ green 209 ◦ blue 173

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

Shades of Gum Leaf #AAD1AD

Tints of Gum Leaf #AAD1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 30.8%
G = 37.86%
B = 31.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#AAD1AD (or 0xAAD1AD) is known color: Gum Leaf. HEX triplet: AA, D1 and AD. RGB value is (170,209,173). Sum of RGB (Red+Green+Blue) = 170+209+173=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1AD is #552E52. Grayscale: #C1C1C1. Windows color (decimal): -5582419 or 11391402. OLE color: 11391402.

HSL color Cylindrical-coordinate representation of color #AAD1AD: hue angle of 124.62º 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 #AAD1AD is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 173 -
CMYK 0.19 0 0.17 0.18
HSL 124.62º 0.3% 0.74% -
HSV(B) 124.62º 0.19% 0.82% -
XYZ 46.92 57.16 48.1 -
YUV 193.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 170 209 173 0.19 0 0.17 0.18 124.62 0.3 0.74
Hex AA D1 AD 13 0 11 12 7D 1E 4A
Octal 252 321 255 23 0 21 22 175 36 112
Binary 10101010 11010001 10101101 10011 0 10001 10010 1111101 11110 1001010

Color Harmonies of #AAD1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1AD

Black with #AAD1AD

Text Example


Text Example

White with #AAD1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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