Html Css Color HEX #A6C0A8 Gum Leaf

📋 copy color: '#A6C0A8'

red 166 ◦ green 192 ◦ blue 168

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

Shades of Gum Leaf #A6C0A8

Tints of Gum Leaf #A6C0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.94%

R = 31.56%
G = 36.5%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A6C0A8 (or 0xA6C0A8) is known color: Gum Leaf. HEX triplet: A6, C0 and A8. RGB value is (166,192,168). Sum of RGB (Red+Green+Blue) = 166+192+168=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C0A8 is #593F57. Grayscale: #B5B5B5. Windows color (decimal): -5848920 or 11059366. OLE color: 11059366.

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

Color convert

RGB 166 192 168 -
CMYK 0.14 0 0.12 0.25
HSL 124.62º 0.17% 0.7% -
HSV(B) 124.62º 0.14% 0.75% -
XYZ 41.64 48.63 44.24 -
YUV 181.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 166 192 168 0.14 0 0.12 0.25 124.62 0.17 0.7
Hex A6 C0 A8 E 0 C 19 7D 11 46
Octal 246 300 250 16 0 14 31 175 21 106
Binary 10100110 11000000 10101000 1110 0 1100 11001 1111101 10001 1000110

Color Harmonies of #A6C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C0A8

Black with #A6C0A8

Text Example


Text Example

White with #A6C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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