Html Css Color HEX #A6B8AC Gum Leaf

📋 copy color: '#A6B8AC'

red 166 ◦ green 184 ◦ blue 172

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

Shades of Gum Leaf #A6B8AC

Tints of Gum Leaf #A6B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 31.8%
G = 35.25%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A6B8AC (or 0xA6B8AC) is known color: Gum Leaf. HEX triplet: A6, B8 and AC. RGB value is (166,184,172). Sum of RGB (Red+Green+Blue) = 166+184+172=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AC is #594753. Grayscale: #B1B1B1. Windows color (decimal): -5850964 or 11319462. OLE color: 11319462.

HSL color Cylindrical-coordinate representation of color #A6B8AC: hue angle of 140º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8AC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 172 -
CMYK 0.10 0 0.07 0.28
HSL 140º 0.11% 0.69% -
HSV(B) 140º 0.1% 0.72% -
XYZ 40.31 45.37 45.66 -
YUV 177.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 166 184 172 0.10 0 0.07 0.28 140 0.11 0.69
Hex A6 B8 AC A 0 7 1C 8C B 45
Octal 246 270 254 12 0 7 34 214 13 105
Binary 10100110 10111000 10101100 1010 0 111 11100 10001100 1011 1000101

Color Harmonies of #A6B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8AC

Black with #A6B8AC

Text Example


Text Example

White with #A6B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8AC; }

 p { color: rgb(166,184,172); }

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

background-color css

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

 a { background-color: rgb(166,184,172); }

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

border-color css

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

 span { border-color: rgb(166,184,172); }

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