Html Css Color HEX #A9BFAC Gum Leaf

📋 copy color: '#A9BFAC'

red 169 ◦ green 191 ◦ blue 172

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

Shades of Gum Leaf #A9BFAC

Tints of Gum Leaf #A9BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.9%

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 31.77%
G = 35.9%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A9BFAC (or 0xA9BFAC) is known color: Gum Leaf. HEX triplet: A9, BF and AC. RGB value is (169,191,172). Sum of RGB (Red+Green+Blue) = 169+191+172=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFAC is #564053. Grayscale: #B6B6B6. Windows color (decimal): -5652564 or 11321257. OLE color: 11321257.

HSL color Cylindrical-coordinate representation of color #A9BFAC: hue angle of 128.18º 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 #A9BFAC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 172 -
CMYK 0.12 0 0.10 0.25
HSL 128.18º 0.15% 0.71% -
HSV(B) 128.18º 0.12% 0.75% -
XYZ 42.44 48.68 46.19 -
YUV 182.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 169 191 172 0.12 0 0.10 0.25 128.18 0.15 0.71
Hex A9 BF AC C 0 A 19 80 F 47
Octal 251 277 254 14 0 12 31 200 17 107
Binary 10101001 10111111 10101100 1100 0 1010 11001 10000000 1111 1000111

Color Harmonies of #A9BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFAC

Black with #A9BFAC

Text Example


Text Example

White with #A9BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFAC; }

 p { color: rgb(169,191,172); }

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

background-color css

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

 a { background-color: rgb(169,191,172); }

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

border-color css

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

 span { border-color: rgb(169,191,172); }

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