Html Css Color HEX #A6B7AB Gum Leaf

📋 copy color: '#A6B7AB'

red 166 ◦ green 183 ◦ blue 171

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

Shades of Gum Leaf #A6B7AB

Tints of Gum Leaf #A6B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.19%

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

R = 31.92%
G = 35.19%
B = 32.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A6B7AB (or 0xA6B7AB) is known color: Gum Leaf. HEX triplet: A6, B7 and AB. RGB value is (166,183,171). Sum of RGB (Red+Green+Blue) = 166+183+171=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7AB is #594854. Grayscale: #B0B0B0. Windows color (decimal): -5851221 or 11253670. OLE color: 11253670.

HSL color Cylindrical-coordinate representation of color #A6B7AB: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B7AB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 171 -
CMYK 0.09 0 0.07 0.28
HSL 137.65º 0.11% 0.68% -
HSV(B) 137.65º 0.09% 0.72% -
XYZ 40.01 44.91 45.09 -
YUV 176.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 166 183 171 0.09 0 0.07 0.28 137.65 0.11 0.68
Hex A6 B7 AB 9 0 7 1C 8A B 44
Octal 246 267 253 11 0 7 34 212 13 104
Binary 10100110 10110111 10101011 1001 0 111 11100 10001010 1011 1000100

Color Harmonies of #A6B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7AB

Black with #A6B7AB

Text Example


Text Example

White with #A6B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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