Html Css Color HEX #AAC1AF Gum Leaf

📋 copy color: '#AAC1AF'

red 170 ◦ green 193 ◦ blue 175

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

Shades of Gum Leaf #AAC1AF

Tints of Gum Leaf #AAC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.87%

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

R = 31.6%
G = 35.87%
B = 32.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AAC1AF (or 0xAAC1AF) is known color: Gum Leaf. HEX triplet: AA, C1 and AF. RGB value is (170,193,175). Sum of RGB (Red+Green+Blue) = 170+193+175=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1AF is #553E50. Grayscale: #B8B8B8. Windows color (decimal): -5586513 or 11518378. OLE color: 11518378.

HSL color Cylindrical-coordinate representation of color #AAC1AF: hue angle of 133.04º 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 #AAC1AF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 175 -
CMYK 0.12 0 0.09 0.24
HSL 133.04º 0.16% 0.71% -
HSV(B) 133.04º 0.12% 0.76% -
XYZ 43.39 49.78 47.88 -
YUV 184.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 193 175 0.12 0 0.09 0.24 133.04 0.16 0.71
Hex AA C1 AF C 0 9 18 85 10 47
Octal 252 301 257 14 0 11 30 205 20 107
Binary 10101010 11000001 10101111 1100 0 1001 11000 10000101 10000 1000111

Color Harmonies of #AAC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC1AF

Black with #AAC1AF

Text Example


Text Example

White with #AAC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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