Html Css Color HEX #A9C9AE Gum Leaf

📋 copy color: '#A9C9AE'

red 169 ◦ green 201 ◦ blue 174

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

Shades of Gum Leaf #A9C9AE

Tints of Gum Leaf #A9C9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.99%

R = 31.07%
G = 36.95%
B = 31.99%

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

#A9C9AE (or 0xA9C9AE) is known color: Gum Leaf. HEX triplet: A9, C9 and AE. RGB value is (169,201,174). Sum of RGB (Red+Green+Blue) = 169+201+174=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9AE is #563651. Grayscale: #BCBCBC. Windows color (decimal): -5650002 or 11454889. OLE color: 11454889.

HSL color Cylindrical-coordinate representation of color #A9C9AE: hue angle of 129.38º 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 #A9C9AE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 201 174 -
CMYK 0.16 0 0.13 0.21
HSL 129.38º 0.23% 0.73% -
HSV(B) 129.38º 0.16% 0.79% -
XYZ 44.89 53.26 47.96 -
YUV 188.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 169 201 174 0.16 0 0.13 0.21 129.38 0.23 0.73
Hex A9 C9 AE 10 0 D 15 81 17 49
Octal 251 311 256 20 0 15 25 201 27 111
Binary 10101001 11001001 10101110 10000 0 1101 10101 10000001 10111 1001001

Color Harmonies of #A9C9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C9AE

Black with #A9C9AE

Text Example


Text Example

White with #A9C9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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