Html Css Color HEX #A6B9AA Gum Leaf

📋 copy color: '#A6B9AA'

red 166 ◦ green 185 ◦ blue 170

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

Shades of Gum Leaf #A6B9AA

Tints of Gum Leaf #A6B9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.51%

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 31.86%
G = 35.51%
B = 32.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A6B9AA (or 0xA6B9AA) is known color: Gum Leaf. HEX triplet: A6, B9 and AA. RGB value is (166,185,170). Sum of RGB (Red+Green+Blue) = 166+185+170=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AA is #594655. Grayscale: #B1B1B1. Windows color (decimal): -5850710 or 11188646. OLE color: 11188646.

HSL color Cylindrical-coordinate representation of color #A6B9AA: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B9AA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 170 -
CMYK 0.10 0 0.08 0.27
HSL 132.63º 0.12% 0.69% -
HSV(B) 132.63º 0.1% 0.73% -
XYZ 40.33 45.71 44.73 -
YUV 177.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 166 185 170 0.10 0 0.08 0.27 132.63 0.12 0.69
Hex A6 B9 AA A 0 8 1B 85 C 45
Octal 246 271 252 12 0 10 33 205 14 105
Binary 10100110 10111001 10101010 1010 0 1000 11011 10000101 1100 1000101

Color Harmonies of #A6B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9AA

Black with #A6B9AA

Text Example


Text Example

White with #A6B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9AA; }

 p { color: rgb(166,185,170); }

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

background-color css

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

 a { background-color: rgb(166,185,170); }

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

border-color css

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

 span { border-color: rgb(166,185,170); }

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