Html Css Color HEX #A6C0AA Gum Leaf

📋 copy color: '#A6C0AA'

red 166 ◦ green 192 ◦ blue 170

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

Shades of Gum Leaf #A6C0AA

Tints of Gum Leaf #A6C0AA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

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

R = 31.44%
G = 36.36%
B = 32.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A6C0AA (or 0xA6C0AA) is known color: Gum Leaf. HEX triplet: A6, C0 and AA. RGB value is (166,192,170). Sum of RGB (Red+Green+Blue) = 166+192+170=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0AA is #593F55. Grayscale: #B5B5B5. Windows color (decimal): -5848918 or 11190438. OLE color: 11190438.

HSL color Cylindrical-coordinate representation of color #A6C0AA: hue angle of 129.23º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0AA is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 170 -
CMYK 0.14 0 0.11 0.25
HSL 129.23º 0.17% 0.7% -
HSV(B) 129.23º 0.14% 0.75% -
XYZ 41.83 48.71 45.23 -
YUV 181.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 166 192 170 0.14 0 0.11 0.25 129.23 0.17 0.7
Hex A6 C0 AA E 0 B 19 81 11 46
Octal 246 300 252 16 0 13 31 201 21 106
Binary 10100110 11000000 10101010 1110 0 1011 11001 10000001 10001 1000110

Color Harmonies of #A6C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0AA

Black with #A6C0AA

Text Example


Text Example

White with #A6C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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