Html Css Color HEX #A9C7AF Gum Leaf

📋 copy color: '#A9C7AF'

red 169 ◦ green 199 ◦ blue 175

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

Shades of Gum Leaf #A9C7AF

Tints of Gum Leaf #A9C7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.65%

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

R = 31.12%
G = 36.65%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A9C7AF (or 0xA9C7AF) is known color: Gum Leaf. HEX triplet: A9, C7 and AF. RGB value is (169,199,175). Sum of RGB (Red+Green+Blue) = 169+199+175=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C7AF is #563850. Grayscale: #BBBBBB. Windows color (decimal): -5650513 or 11519913. OLE color: 11519913.

HSL color Cylindrical-coordinate representation of color #A9C7AF: hue angle of 132º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C7AF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 199 175 -
CMYK 0.15 0 0.12 0.22
HSL 132º 0.21% 0.72% -
HSV(B) 132º 0.15% 0.78% -
XYZ 44.52 52.38 48.32 -
YUV 187.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 169 199 175 0.15 0 0.12 0.22 132 0.21 0.72
Hex A9 C7 AF F 0 C 16 84 15 48
Octal 251 307 257 17 0 14 26 204 25 110
Binary 10101001 11000111 10101111 1111 0 1100 10110 10000100 10101 1001000

Color Harmonies of #A9C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C7AF

Black with #A9C7AF

Text Example


Text Example

White with #A9C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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