Html Css Color HEX #A6BBAC Gum Leaf

📋 copy color: '#A6BBAC'

red 166 ◦ green 187 ◦ blue 172

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

Shades of Gum Leaf #A6BBAC

Tints of Gum Leaf #A6BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 31.62%
G = 35.62%
B = 32.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A6BBAC (or 0xA6BBAC) is known color: Gum Leaf. HEX triplet: A6, BB and AC. RGB value is (166,187,172). Sum of RGB (Red+Green+Blue) = 166+187+172=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAC is #594453. Grayscale: #B3B3B3. Windows color (decimal): -5850196 or 11320230. OLE color: 11320230.

HSL color Cylindrical-coordinate representation of color #A6BBAC: hue angle of 137.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BBAC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 172 -
CMYK 0.11 0 0.08 0.27
HSL 137.14º 0.13% 0.69% -
HSV(B) 137.14º 0.11% 0.73% -
XYZ 40.94 46.63 45.87 -
YUV 179.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 166 187 172 0.11 0 0.08 0.27 137.14 0.13 0.69
Hex A6 BB AC B 0 8 1B 89 D 45
Octal 246 273 254 13 0 10 33 211 15 105
Binary 10100110 10111011 10101100 1011 0 1000 11011 10001001 1101 1000101

Color Harmonies of #A6BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBAC

Black with #A6BBAC

Text Example


Text Example

White with #A6BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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