Html Css Color HEX #A6BAAC Gum Leaf

📋 copy color: '#A6BAAC'

red 166 ◦ green 186 ◦ blue 172

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

Shades of Gum Leaf #A6BAAC

Tints of Gum Leaf #A6BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 31.68%
G = 35.5%
B = 32.82%

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

#A6BAAC (or 0xA6BAAC) is known color: Gum Leaf. HEX triplet: A6, BA and AC. RGB value is (166,186,172). Sum of RGB (Red+Green+Blue) = 166+186+172=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAC is #594553. Grayscale: #B2B2B2. Windows color (decimal): -5850452 or 11319974. OLE color: 11319974.

HSL color Cylindrical-coordinate representation of color #A6BAAC: hue angle of 138º 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 #A6BAAC is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 172 -
CMYK 0.11 0 0.08 0.27
HSL 138º 0.13% 0.69% -
HSV(B) 138º 0.11% 0.73% -
XYZ 40.73 46.2 45.8 -
YUV 178.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 166 186 172 0.11 0 0.08 0.27 138 0.13 0.69
Hex A6 BA AC B 0 8 1B 8A D 45
Octal 246 272 254 13 0 10 33 212 15 105
Binary 10100110 10111010 10101100 1011 0 1000 11011 10001010 1101 1000101

Color Harmonies of #A6BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAAC

Black with #A6BAAC

Text Example


Text Example

White with #A6BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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