Html Css Color HEX #A6BBAB Gum Leaf

📋 copy color: '#A6BBAB'

red 166 ◦ green 187 ◦ blue 171

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

Shades of Gum Leaf #A6BBAB

Tints of Gum Leaf #A6BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 31.68%
G = 35.69%
B = 32.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A6BBAB (or 0xA6BBAB) is known color: Gum Leaf. HEX triplet: A6, BB and AB. RGB value is (166,187,171). Sum of RGB (Red+Green+Blue) = 166+187+171=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAB is #594454. Grayscale: #B2B2B2. Windows color (decimal): -5850197 or 11254694. OLE color: 11254694.

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

Color convert

RGB 166 187 171 -
CMYK 0.11 0 0.09 0.27
HSL 134.29º 0.13% 0.69% -
HSV(B) 134.29º 0.11% 0.73% -
XYZ 40.85 46.59 45.37 -
YUV 178.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 166 187 171 0.11 0 0.09 0.27 134.29 0.13 0.69
Hex A6 BB AB B 0 9 1B 86 D 45
Octal 246 273 253 13 0 11 33 206 15 105
Binary 10100110 10111011 10101011 1011 0 1001 11011 10000110 1101 1000101

Color Harmonies of #A6BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBAB

Black with #A6BBAB

Text Example


Text Example

White with #A6BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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