Html Css Color HEX #AAC5AF Gum Leaf

📋 copy color: '#AAC5AF'

red 170 ◦ green 197 ◦ blue 175

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

Shades of Gum Leaf #AAC5AF

Tints of Gum Leaf #AAC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

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

R = 31.37%
G = 36.35%
B = 32.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#AAC5AF (or 0xAAC5AF) is known color: Gum Leaf. HEX triplet: AA, C5 and AF. RGB value is (170,197,175). Sum of RGB (Red+Green+Blue) = 170+197+175=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AF is #553A50. Grayscale: #BABABA. Windows color (decimal): -5585489 or 11519402. OLE color: 11519402.

HSL color Cylindrical-coordinate representation of color #AAC5AF: hue angle of 131.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5AF is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 175 -
CMYK 0.14 0 0.11 0.23
HSL 131.11º 0.19% 0.72% -
HSV(B) 131.11º 0.14% 0.77% -
XYZ 44.28 51.57 48.18 -
YUV 186.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 170 197 175 0.14 0 0.11 0.23 131.11 0.19 0.72
Hex AA C5 AF E 0 B 17 83 13 48
Octal 252 305 257 16 0 13 27 203 23 110
Binary 10101010 11000101 10101111 1110 0 1011 10111 10000011 10011 1001000

Color Harmonies of #AAC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5AF

Black with #AAC5AF

Text Example


Text Example

White with #AAC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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