Html Css Color HEX #A9BBAB Gum Leaf

📋 copy color: '#A9BBAB'

red 169 ◦ green 187 ◦ blue 171

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

Shades of Gum Leaf #A9BBAB

Tints of Gum Leaf #A9BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

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

R = 32.07%
G = 35.48%
B = 32.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A9BBAB (or 0xA9BBAB) is known color: Gum Leaf. HEX triplet: A9, BB and AB. RGB value is (169,187,171). Sum of RGB (Red+Green+Blue) = 169+187+171=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBAB is #564454. Grayscale: #B3B3B3. Windows color (decimal): -5653589 or 11254697. OLE color: 11254697.

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

Color convert

RGB 169 187 171 -
CMYK 0.10 0 0.09 0.27
HSL 126.67º 0.12% 0.7% -
HSV(B) 126.67º 0.1% 0.73% -
XYZ 41.48 46.92 45.4 -
YUV 179.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 169 187 171 0.10 0 0.09 0.27 126.67 0.12 0.7
Hex A9 BB AB A 0 9 1B 7F C 46
Octal 251 273 253 12 0 11 33 177 14 106
Binary 10101001 10111011 10101011 1010 0 1001 11011 1111111 1100 1000110

Color Harmonies of #A9BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BBAB

Black with #A9BBAB

Text Example


Text Example

White with #A9BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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