Html Css Color HEX #A6C8AE Gum Leaf

📋 copy color: '#A6C8AE'

red 166 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #A6C8AE

Tints of Gum Leaf #A6C8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.04%

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

R = 30.74%
G = 37.04%
B = 32.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A6C8AE (or 0xA6C8AE) is known color: Gum Leaf. HEX triplet: A6, C8 and AE. RGB value is (166,200,174). Sum of RGB (Red+Green+Blue) = 166+200+174=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C8AE is #593751. Grayscale: #BABABA. Windows color (decimal): -5846866 or 11454630. OLE color: 11454630.

HSL color Cylindrical-coordinate representation of color #A6C8AE: hue angle of 134.12º degrees, saturation: 0.24, 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 #A6C8AE is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 174 -
CMYK 0.17 0 0.13 0.22
HSL 134.12º 0.24% 0.72% -
HSV(B) 134.12º 0.17% 0.78% -
XYZ 44.02 52.47 47.85 -
YUV 186.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 166 200 174 0.17 0 0.13 0.22 134.12 0.24 0.72
Hex A6 C8 AE 11 0 D 16 86 18 48
Octal 246 310 256 21 0 15 26 206 30 110
Binary 10100110 11001000 10101110 10001 0 1101 10110 10000110 11000 1001000

Color Harmonies of #A6C8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C8AE

Black with #A6C8AE

Text Example


Text Example

White with #A6C8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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