Html Css Color HEX #AAD0AF Gum Leaf

📋 copy color: '#AAD0AF'

red 170 ◦ green 208 ◦ blue 175

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

Shades of Gum Leaf #AAD0AF

Tints of Gum Leaf #AAD0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 30.74%
G = 37.61%
B = 31.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#AAD0AF (or 0xAAD0AF) is known color: Gum Leaf. HEX triplet: AA, D0 and AF. RGB value is (170,208,175). Sum of RGB (Red+Green+Blue) = 170+208+175=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AF is #552F50. Grayscale: #C0C0C0. Windows color (decimal): -5582673 or 11522218. OLE color: 11522218.

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

Color convert

RGB 170 208 175 -
CMYK 0.18 0 0.16 0.18
HSL 127.89º 0.29% 0.74% -
HSV(B) 127.89º 0.18% 0.82% -
XYZ 46.87 56.75 49.04 -
YUV 192.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 170 208 175 0.18 0 0.16 0.18 127.89 0.29 0.74
Hex AA D0 AF 12 0 10 12 80 1D 4A
Octal 252 320 257 22 0 20 22 200 35 112
Binary 10101010 11010000 10101111 10010 0 10000 10010 10000000 11101 1001010

Color Harmonies of #AAD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0AF

Black with #AAD0AF

Text Example


Text Example

White with #AAD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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