Html Css Color HEX #A9C6AC Gum Leaf

📋 copy color: '#A9C6AC'

red 169 ◦ green 198 ◦ blue 172

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

Shades of Gum Leaf #A9C6AC

Tints of Gum Leaf #A9C6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

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

R = 31.35%
G = 36.73%
B = 31.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A9C6AC (or 0xA9C6AC) is known color: Gum Leaf. HEX triplet: A9, C6 and AC. RGB value is (169,198,172). Sum of RGB (Red+Green+Blue) = 169+198+172=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C6AC is #563953. Grayscale: #BABABA. Windows color (decimal): -5650772 or 11323049. OLE color: 11323049.

HSL color Cylindrical-coordinate representation of color #A9C6AC: hue angle of 126.21º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C6AC is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 198 172 -
CMYK 0.15 0 0.13 0.22
HSL 126.21º 0.2% 0.72% -
HSV(B) 126.21º 0.15% 0.78% -
XYZ 44 51.8 46.71 -
YUV 186.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 169 198 172 0.15 0 0.13 0.22 126.21 0.2 0.72
Hex A9 C6 AC F 0 D 16 7E 14 48
Octal 251 306 254 17 0 15 26 176 24 110
Binary 10101001 11000110 10101100 1111 0 1101 10110 1111110 10100 1001000

Color Harmonies of #A9C6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C6AC

Black with #A9C6AC

Text Example


Text Example

White with #A9C6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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