Html Css Color HEX #A6BBAD Gum Leaf

📋 copy color: '#A6BBAD'

red 166 ◦ green 187 ◦ blue 173

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

Shades of Gum Leaf #A6BBAD

Tints of Gum Leaf #A6BBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 31.56%
G = 35.55%
B = 32.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A6BBAD (or 0xA6BBAD) is known color: Gum Leaf. HEX triplet: A6, BB and AD. RGB value is (166,187,173). Sum of RGB (Red+Green+Blue) = 166+187+173=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BBAD is #594452. Grayscale: #B3B3B3. Windows color (decimal): -5850195 or 11385766. OLE color: 11385766.

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

Color convert

RGB 166 187 173 -
CMYK 0.11 0 0.07 0.27
HSL 140º 0.13% 0.69% -
HSV(B) 140º 0.11% 0.73% -
XYZ 41.04 46.66 46.38 -
YUV 179.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 166 187 173 0.11 0 0.07 0.27 140 0.13 0.69
Hex A6 BB AD B 0 7 1B 8C D 45
Octal 246 273 255 13 0 7 33 214 15 105
Binary 10100110 10111011 10101101 1011 0 111 11011 10001100 1101 1000101

Color Harmonies of #A6BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBAD

Black with #A6BBAD

Text Example


Text Example

White with #A6BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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