Html Css Color HEX #AAC3AF Gum Leaf

📋 copy color: '#AAC3AF'

red 170 ◦ green 195 ◦ blue 175

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

Shades of Gum Leaf #AAC3AF

Tints of Gum Leaf #AAC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.11%

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

R = 31.48%
G = 36.11%
B = 32.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#AAC3AF (or 0xAAC3AF) is known color: Gum Leaf. HEX triplet: AA, C3 and AF. RGB value is (170,195,175). Sum of RGB (Red+Green+Blue) = 170+195+175=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AF is #553C50. Grayscale: #B9B9B9. Windows color (decimal): -5586001 or 11518890. OLE color: 11518890.

HSL color Cylindrical-coordinate representation of color #AAC3AF: hue angle of 132º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3AF is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 175 -
CMYK 0.13 0 0.10 0.24
HSL 132º 0.17% 0.72% -
HSV(B) 132º 0.13% 0.76% -
XYZ 43.83 50.67 48.03 -
YUV 185.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 170 195 175 0.13 0 0.10 0.24 132 0.17 0.72
Hex AA C3 AF D 0 A 18 84 11 48
Octal 252 303 257 15 0 12 30 204 21 110
Binary 10101010 11000011 10101111 1101 0 1010 11000 10000100 10001 1001000

Color Harmonies of #AAC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC3AF

Black with #AAC3AF

Text Example


Text Example

White with #AAC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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