Html Css Color HEX #A6C2AD Gum Leaf

📋 copy color: '#A6C2AD'

red 166 ◦ green 194 ◦ blue 173

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

Shades of Gum Leaf #A6C2AD

Tints of Gum Leaf #A6C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

 BLUE value IS 173 (67.97% from 255) = 32.46%

R = 31.14%
G = 36.4%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#A6C2AD (or 0xA6C2AD) is known color: Gum Leaf. HEX triplet: A6, C2 and AD. RGB value is (166,194,173). Sum of RGB (Red+Green+Blue) = 166+194+173=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2AD is #593D52. Grayscale: #B7B7B7. Windows color (decimal): -5848403 or 11387558. OLE color: 11387558.

HSL color Cylindrical-coordinate representation of color #A6C2AD: hue angle of 135º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2AD is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 173 -
CMYK 0.14 0 0.11 0.24
HSL 135º 0.19% 0.71% -
HSV(B) 135º 0.14% 0.76% -
XYZ 42.56 49.71 46.89 -
YUV 183.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 166 194 173 0.14 0 0.11 0.24 135 0.19 0.71
Hex A6 C2 AD E 0 B 18 87 13 47
Octal 246 302 255 16 0 13 30 207 23 107
Binary 10100110 11000010 10101101 1110 0 1011 11000 10000111 10011 1000111

Color Harmonies of #A6C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2AD

Black with #A6C2AD

Text Example


Text Example

White with #A6C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2AD; }

 p { color: rgb(166,194,173); }

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

background-color css

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

 a { background-color: rgb(166,194,173); }

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

border-color css

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

 span { border-color: rgb(166,194,173); }

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