Html Css Color HEX #A6C0AF Gum Leaf

📋 copy color: '#A6C0AF'

red 166 ◦ green 192 ◦ blue 175

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

Shades of Gum Leaf #A6C0AF

Tints of Gum Leaf #A6C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.83%

R = 31.14%
G = 36.02%
B = 32.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A6C0AF (or 0xA6C0AF) is known color: Gum Leaf. HEX triplet: A6, C0 and AF. RGB value is (166,192,175). Sum of RGB (Red+Green+Blue) = 166+192+175=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0AF is #593F50. Grayscale: #B6B6B6. Windows color (decimal): -5848913 or 11518118. OLE color: 11518118.

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

Color convert

RGB 166 192 175 -
CMYK 0.14 0 0.09 0.25
HSL 140.77º 0.17% 0.7% -
HSV(B) 140.77º 0.14% 0.75% -
XYZ 42.31 48.9 47.77 -
YUV 182.29 123.89 116.38 -
System Red Green Blue C M Y K H S L
Decimal 166 192 175 0.14 0 0.09 0.25 140.77 0.17 0.7
Hex A6 C0 AF E 0 9 19 8D 11 46
Octal 246 300 257 16 0 11 31 215 21 106
Binary 10100110 11000000 10101111 1110 0 1001 11001 10001101 10001 1000110

Color Harmonies of #A6C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0AF

Black with #A6C0AF

Text Example


Text Example

White with #A6C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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