Html Css Color HEX #A6C6AF Gum Leaf

📋 copy color: '#A6C6AF'

red 166 ◦ green 198 ◦ blue 175

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

Shades of Gum Leaf #A6C6AF

Tints of Gum Leaf #A6C6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 30.8%
G = 36.73%
B = 32.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A6C6AF (or 0xA6C6AF) is known color: Gum Leaf. HEX triplet: A6, C6 and AF. RGB value is (166,198,175). Sum of RGB (Red+Green+Blue) = 166+198+175=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6AF is #593950. Grayscale: #B9B9B9. Windows color (decimal): -5847377 or 11519654. OLE color: 11519654.

HSL color Cylindrical-coordinate representation of color #A6C6AF: hue angle of 136.88º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6AF is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 175 -
CMYK 0.16 0 0.12 0.22
HSL 136.88º 0.22% 0.71% -
HSV(B) 136.88º 0.16% 0.78% -
XYZ 43.66 51.59 48.21 -
YUV 185.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 166 198 175 0.16 0 0.12 0.22 136.88 0.22 0.71
Hex A6 C6 AF 10 0 C 16 89 16 47
Octal 246 306 257 20 0 14 26 211 26 107
Binary 10100110 11000110 10101111 10000 0 1100 10110 10001001 10110 1000111

Color Harmonies of #A6C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C6AF

Black with #A6C6AF

Text Example


Text Example

White with #A6C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C6AF; }

 p { color: rgb(166,198,175); }

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

background-color css

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

 a { background-color: rgb(166,198,175); }

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

border-color css

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

 span { border-color: rgb(166,198,175); }

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