Html Css Color HEX #A6BCA8 Gum Leaf

📋 copy color: '#A6BCA8'

red 166 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A6BCA8

Tints of Gum Leaf #A6BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.02%

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

R = 31.8%
G = 36.02%
B = 32.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A6BCA8 (or 0xA6BCA8) is known color: Gum Leaf. HEX triplet: A6, BC and A8. RGB value is (166,188,168). Sum of RGB (Red+Green+Blue) = 166+188+168=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA8 is #594357. Grayscale: #B3B3B3. Windows color (decimal): -5849944 or 11058342. OLE color: 11058342.

HSL color Cylindrical-coordinate representation of color #A6BCA8: hue angle of 125.45º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BCA8 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 168 -
CMYK 0.12 0 0.11 0.26
HSL 125.45º 0.14% 0.69% -
HSV(B) 125.45º 0.12% 0.74% -
XYZ 40.78 46.9 43.95 -
YUV 179.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 166 188 168 0.12 0 0.11 0.26 125.45 0.14 0.69
Hex A6 BC A8 C 0 B 1A 7D E 45
Octal 246 274 250 14 0 13 32 175 16 105
Binary 10100110 10111100 10101000 1100 0 1011 11010 1111101 1110 1000101

Color Harmonies of #A6BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCA8

Black with #A6BCA8

Text Example


Text Example

White with #A6BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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