Html Css Color HEX #A6C7AA Gum Leaf

📋 copy color: '#A6C7AA'

red 166 ◦ green 199 ◦ blue 170

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

Shades of Gum Leaf #A6C7AA

Tints of Gum Leaf #A6C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.2%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 31.03%
G = 37.2%
B = 31.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#A6C7AA (or 0xA6C7AA) is known color: Gum Leaf. HEX triplet: A6, C7 and AA. RGB value is (166,199,170). Sum of RGB (Red+Green+Blue) = 166+199+170=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C7AA is #593855. Grayscale: #B9B9B9. Windows color (decimal): -5847126 or 11192230. OLE color: 11192230.

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

Color convert

RGB 166 199 170 -
CMYK 0.17 0 0.15 0.22
HSL 127.27º 0.23% 0.72% -
HSV(B) 127.27º 0.17% 0.78% -
XYZ 43.41 51.86 45.75 -
YUV 185.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 166 199 170 0.17 0 0.15 0.22 127.27 0.23 0.72
Hex A6 C7 AA 11 0 F 16 7F 17 48
Octal 246 307 252 21 0 17 26 177 27 110
Binary 10100110 11000111 10101010 10001 0 1111 10110 1111111 10111 1001000

Color Harmonies of #A6C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7AA

Black with #A6C7AA

Text Example


Text Example

White with #A6C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7AA; }

 p { color: rgb(166,199,170); }

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

background-color css

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

 a { background-color: rgb(166,199,170); }

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

border-color css

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

 span { border-color: rgb(166,199,170); }

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