Html Css Color HEX #A9C0AF Gum Leaf

📋 copy color: '#A9C0AF'

red 169 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #A9C0AF

Tints of Gum Leaf #A9C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

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

R = 31.53%
G = 35.82%
B = 32.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A9C0AF (or 0xA9C0AF) is known color: Gum Leaf. HEX triplet: A9, C0 and AF. RGB value is (169,192,175). Sum of RGB (Red+Green+Blue) = 169+192+175=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0AF is #563F50. Grayscale: #B7B7B7. Windows color (decimal): -5652305 or 11518121. OLE color: 11518121.

HSL color Cylindrical-coordinate representation of color #A9C0AF: hue angle of 135.65º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C0AF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 175 -
CMYK 0.12 0 0.09 0.25
HSL 135.65º 0.15% 0.71% -
HSV(B) 135.65º 0.12% 0.75% -
XYZ 42.95 49.23 47.8 -
YUV 183.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 169 192 175 0.12 0 0.09 0.25 135.65 0.15 0.71
Hex A9 C0 AF C 0 9 19 88 F 47
Octal 251 300 257 14 0 11 31 210 17 107
Binary 10101001 11000000 10101111 1100 0 1001 11001 10001000 1111 1000111

Color Harmonies of #A9C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C0AF

Black with #A9C0AF

Text Example


Text Example

White with #A9C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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