Html Css Color HEX #A6B7A9 Gum Leaf

📋 copy color: '#A6B7A9'

red 166 ◦ green 183 ◦ blue 169

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

Shades of Gum Leaf #A6B7A9

Tints of Gum Leaf #A6B7A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.63%

R = 32.05%
G = 35.33%
B = 32.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#A6B7A9 (or 0xA6B7A9) is known color: Gum Leaf. HEX triplet: A6, B7 and A9. RGB value is (166,183,169). Sum of RGB (Red+Green+Blue) = 166+183+169=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B7A9 is #594856. Grayscale: #B0B0B0. Windows color (decimal): -5851223 or 11122598. OLE color: 11122598.

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

Color convert

RGB 166 183 169 -
CMYK 0.09 0 0.08 0.28
HSL 130.59º 0.11% 0.68% -
HSV(B) 130.59º 0.09% 0.72% -
XYZ 39.82 44.84 44.09 -
YUV 176.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 166 183 169 0.09 0 0.08 0.28 130.59 0.11 0.68
Hex A6 B7 A9 9 0 8 1C 83 B 44
Octal 246 267 251 11 0 10 34 203 13 104
Binary 10100110 10110111 10101001 1001 0 1000 11100 10000011 1011 1000100

Color Harmonies of #A6B7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7A9

Black with #A6B7A9

Text Example


Text Example

White with #A6B7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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