Html Css Color HEX #A9C9AF Gum Leaf

📋 copy color: '#A9C9AF'

red 169 ◦ green 201 ◦ blue 175

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

Shades of Gum Leaf #A9C9AF

Tints of Gum Leaf #A9C9AF

RGB

 RED value IS 169 (66.41% from 255) = 31.01%

 GREEN value IS 201 (78.91% from 255) = 36.88%

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

R = 31.01%
G = 36.88%
B = 32.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#A9C9AF (or 0xA9C9AF) is known color: Gum Leaf. HEX triplet: A9, C9 and AF. RGB value is (169,201,175). Sum of RGB (Red+Green+Blue) = 169+201+175=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9AF is #563650. Grayscale: #BCBCBC. Windows color (decimal): -5650001 or 11520425. OLE color: 11520425.

HSL color Cylindrical-coordinate representation of color #A9C9AF: hue angle of 131.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9AF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 201 175 -
CMYK 0.16 0 0.13 0.21
HSL 131.25º 0.23% 0.73% -
HSV(B) 131.25º 0.16% 0.79% -
XYZ 44.99 53.3 48.47 -
YUV 188.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 169 201 175 0.16 0 0.13 0.21 131.25 0.23 0.73
Hex A9 C9 AF 10 0 D 15 83 17 49
Octal 251 311 257 20 0 15 25 203 27 111
Binary 10101001 11001001 10101111 10000 0 1101 10101 10000011 10111 1001001

Color Harmonies of #A9C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9AF

Black with #A9C9AF

Text Example


Text Example

White with #A9C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9AF; }

 p { color: rgb(169,201,175); }

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

background-color css

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

 a { background-color: rgb(169,201,175); }

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

border-color css

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

 span { border-color: rgb(169,201,175); }

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