Html Css Color HEX #A6C2AE Gum Leaf

📋 copy color: '#A6C2AE'

red 166 ◦ green 194 ◦ blue 174

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

Shades of Gum Leaf #A6C2AE

Tints of Gum Leaf #A6C2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 31.09%
G = 36.33%
B = 32.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#A6C2AE (or 0xA6C2AE) is known color: Gum Leaf. HEX triplet: A6, C2 and AE. RGB value is (166,194,174). Sum of RGB (Red+Green+Blue) = 166+194+174=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2AE is #593D51. Grayscale: #B7B7B7. Windows color (decimal): -5848402 or 11453094. OLE color: 11453094.

HSL color Cylindrical-coordinate representation of color #A6C2AE: hue angle of 137.14º 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 #A6C2AE is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 174 -
CMYK 0.14 0 0.10 0.24
HSL 137.14º 0.19% 0.71% -
HSV(B) 137.14º 0.14% 0.76% -
XYZ 42.66 49.75 47.4 -
YUV 183.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 166 194 174 0.14 0 0.10 0.24 137.14 0.19 0.71
Hex A6 C2 AE E 0 A 18 89 13 47
Octal 246 302 256 16 0 12 30 211 23 107
Binary 10100110 11000010 10101110 1110 0 1010 11000 10001001 10011 1000111

Color Harmonies of #A6C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2AE

Black with #A6C2AE

Text Example


Text Example

White with #A6C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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