Html Css Color HEX #A6C0AB Gum Leaf

📋 copy color: '#A6C0AB'

red 166 ◦ green 192 ◦ blue 171

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

Shades of Gum Leaf #A6C0AB

Tints of Gum Leaf #A6C0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 31.38%
G = 36.29%
B = 32.33%

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

#A6C0AB (or 0xA6C0AB) is known color: Gum Leaf. HEX triplet: A6, C0 and AB. RGB value is (166,192,171). Sum of RGB (Red+Green+Blue) = 166+192+171=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0AB is #593F54. Grayscale: #B5B5B5. Windows color (decimal): -5848917 or 11255974. OLE color: 11255974.

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

Color convert

RGB 166 192 171 -
CMYK 0.14 0 0.11 0.25
HSL 131.54º 0.17% 0.7% -
HSV(B) 131.54º 0.14% 0.75% -
XYZ 41.93 48.75 45.73 -
YUV 181.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 166 192 171 0.14 0 0.11 0.25 131.54 0.17 0.7
Hex A6 C0 AB E 0 B 19 84 11 46
Octal 246 300 253 16 0 13 31 204 21 106
Binary 10100110 11000000 10101011 1110 0 1011 11001 10000100 10001 1000110

Color Harmonies of #A6C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0AB

Black with #A6C0AB

Text Example


Text Example

White with #A6C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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