Html Css Color HEX #A9B9AB Gum Leaf

📋 copy color: '#A9B9AB'

red 169 ◦ green 185 ◦ blue 171

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

Shades of Gum Leaf #A9B9AB

Tints of Gum Leaf #A9B9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 32.19%
G = 35.24%
B = 32.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A9B9AB (or 0xA9B9AB) is known color: Gum Leaf. HEX triplet: A9, B9 and AB. RGB value is (169,185,171). Sum of RGB (Red+Green+Blue) = 169+185+171=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9AB is #564654. Grayscale: #B2B2B2. Windows color (decimal): -5654101 or 11254185. OLE color: 11254185.

HSL color Cylindrical-coordinate representation of color #A9B9AB: hue angle of 127.5º 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 #A9B9AB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 171 -
CMYK 0.09 0 0.08 0.27
HSL 127.5º 0.1% 0.69% -
HSV(B) 127.5º 0.09% 0.73% -
XYZ 41.06 46.07 45.26 -
YUV 178.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 169 185 171 0.09 0 0.08 0.27 127.5 0.1 0.69
Hex A9 B9 AB 9 0 8 1B 80 A 45
Octal 251 271 253 11 0 10 33 200 12 105
Binary 10101001 10111001 10101011 1001 0 1000 11011 10000000 1010 1000101

Color Harmonies of #A9B9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9AB

Black with #A9B9AB

Text Example


Text Example

White with #A9B9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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