Html Css Color HEX #A9B9AD Gum Leaf

📋 copy color: '#A9B9AD'

red 169 ◦ green 185 ◦ blue 173

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

Shades of Gum Leaf #A9B9AD

Tints of Gum Leaf #A9B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 32.07%
G = 35.1%
B = 32.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A9B9AD (or 0xA9B9AD) is known color: Gum Leaf. HEX triplet: A9, B9 and AD. RGB value is (169,185,173). Sum of RGB (Red+Green+Blue) = 169+185+173=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9AD is #564652. Grayscale: #B2B2B2. Windows color (decimal): -5654099 or 11385257. OLE color: 11385257.

HSL color Cylindrical-coordinate representation of color #A9B9AD: hue angle of 135º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A9B9AD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 173 -
CMYK 0.09 0 0.06 0.27
HSL 135º 0.1% 0.69% -
HSV(B) 135º 0.09% 0.73% -
XYZ 41.25 46.15 46.27 -
YUV 178.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 169 185 173 0.09 0 0.06 0.27 135 0.1 0.69
Hex A9 B9 AD 9 0 6 1B 87 A 45
Octal 251 271 255 11 0 6 33 207 12 105
Binary 10101001 10111001 10101101 1001 0 110 11011 10000111 1010 1000101

Color Harmonies of #A9B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9AD

Black with #A9B9AD

Text Example


Text Example

White with #A9B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9AD; }

 p { color: rgb(169,185,173); }

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

background-color css

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

 a { background-color: rgb(169,185,173); }

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

border-color css

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

 span { border-color: rgb(169,185,173); }

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