Html Css Color HEX #AACDAF Gum Leaf

📋 copy color: '#AACDAF'

red 170 ◦ green 205 ◦ blue 175

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

Shades of Gum Leaf #AACDAF

Tints of Gum Leaf #AACDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

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

R = 30.91%
G = 37.27%
B = 31.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#AACDAF (or 0xAACDAF) is known color: Gum Leaf. HEX triplet: AA, CD and AF. RGB value is (170,205,175). Sum of RGB (Red+Green+Blue) = 170+205+175=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDAF is #553250. Grayscale: #BFBFBF. Windows color (decimal): -5583441 or 11521450. OLE color: 11521450.

HSL color Cylindrical-coordinate representation of color #AACDAF: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 175 -
CMYK 0.17 0 0.15 0.20
HSL 128.57º 0.26% 0.74% -
HSV(B) 128.57º 0.17% 0.8% -
XYZ 46.15 55.3 48.8 -
YUV 191.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 170 205 175 0.17 0 0.15 0.20 128.57 0.26 0.74
Hex AA CD AF 11 0 F 14 81 1A 4A
Octal 252 315 257 21 0 17 24 201 32 112
Binary 10101010 11001101 10101111 10001 0 1111 10100 10000001 11010 1001010

Color Harmonies of #AACDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDAF

Black with #AACDAF

Text Example


Text Example

White with #AACDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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