Html Css Color HEX #A6B8AB Gum Leaf

📋 copy color: '#A6B8AB'

red 166 ◦ green 184 ◦ blue 171

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

Shades of Gum Leaf #A6B8AB

Tints of Gum Leaf #A6B8AB

RGB

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

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

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

R = 31.86%
G = 35.32%
B = 32.82%

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

#A6B8AB (or 0xA6B8AB) is known color: Gum Leaf. HEX triplet: A6, B8 and AB. RGB value is (166,184,171). Sum of RGB (Red+Green+Blue) = 166+184+171=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AB is #594754. Grayscale: #B1B1B1. Windows color (decimal): -5850965 or 11253926. OLE color: 11253926.

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

Color convert

RGB 166 184 171 -
CMYK 0.10 0 0.07 0.28
HSL 136.67º 0.11% 0.69% -
HSV(B) 136.67º 0.1% 0.72% -
XYZ 40.22 45.33 45.16 -
YUV 177.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 166 184 171 0.10 0 0.07 0.28 136.67 0.11 0.69
Hex A6 B8 AB A 0 7 1C 89 B 45
Octal 246 270 253 12 0 7 34 211 13 105
Binary 10100110 10111000 10101011 1010 0 111 11100 10001001 1011 1000101

Color Harmonies of #A6B8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8AB

Black with #A6B8AB

Text Example


Text Example

White with #A6B8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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