Html Css Color HEX #A9C4AF Gum Leaf

📋 copy color: '#A9C4AF'

red 169 ◦ green 196 ◦ blue 175

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

Shades of Gum Leaf #A9C4AF

Tints of Gum Leaf #A9C4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

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

R = 31.3%
G = 36.3%
B = 32.41%

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

#A9C4AF (or 0xA9C4AF) is known color: Gum Leaf. HEX triplet: A9, C4 and AF. RGB value is (169,196,175). Sum of RGB (Red+Green+Blue) = 169+196+175=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C4AF is #563B50. Grayscale: #B9B9B9. Windows color (decimal): -5651281 or 11519145. OLE color: 11519145.

HSL color Cylindrical-coordinate representation of color #A9C4AF: hue angle of 133.33º 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 #A9C4AF is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 175 -
CMYK 0.14 0 0.11 0.23
HSL 133.33º 0.19% 0.72% -
HSV(B) 133.33º 0.14% 0.77% -
XYZ 43.84 51.01 48.09 -
YUV 185.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 169 196 175 0.14 0 0.11 0.23 133.33 0.19 0.72
Hex A9 C4 AF E 0 B 17 85 13 48
Octal 251 304 257 16 0 13 27 205 23 110
Binary 10101001 11000100 10101111 1110 0 1011 10111 10000101 10011 1001000

Color Harmonies of #A9C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C4AF

Black with #A9C4AF

Text Example


Text Example

White with #A9C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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