Html Css Color HEX #A6C9AC Gum Leaf

📋 copy color: '#A6C9AC'

red 166 ◦ green 201 ◦ blue 172

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

Shades of Gum Leaf #A6C9AC

Tints of Gum Leaf #A6C9AC

RGB

 RED value IS 166 (65.23% from 255) = 30.8%

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 30.8%
G = 37.29%
B = 31.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#A6C9AC (or 0xA6C9AC) is known color: Gum Leaf. HEX triplet: A6, C9 and AC. RGB value is (166,201,172). Sum of RGB (Red+Green+Blue) = 166+201+172=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C9AC is #593653. Grayscale: #BBBBBB. Windows color (decimal): -5846612 or 11323814. OLE color: 11323814.

HSL color Cylindrical-coordinate representation of color #A6C9AC: hue angle of 130.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6C9AC is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 172 -
CMYK 0.17 0 0.14 0.21
HSL 130.29º 0.24% 0.72% -
HSV(B) 130.29º 0.17% 0.79% -
XYZ 44.06 52.86 46.91 -
YUV 187.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 166 201 172 0.17 0 0.14 0.21 130.29 0.24 0.72
Hex A6 C9 AC 11 0 E 15 82 18 48
Octal 246 311 254 21 0 16 25 202 30 110
Binary 10100110 11001001 10101100 10001 0 1110 10101 10000010 11000 1001000

Color Harmonies of #A6C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9AC

Black with #A6C9AC

Text Example


Text Example

White with #A6C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9AC; }

 p { color: rgb(166,201,172); }

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

background-color css

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

 a { background-color: rgb(166,201,172); }

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

border-color css

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

 span { border-color: rgb(166,201,172); }

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