Html Css Color HEX #A6B5AA Gum Leaf

📋 copy color: '#A6B5AA'

red 166 ◦ green 181 ◦ blue 170

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

Shades of Gum Leaf #A6B5AA

Tints of Gum Leaf #A6B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.01%

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

R = 32.11%
G = 35.01%
B = 32.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#A6B5AA (or 0xA6B5AA) is known color: Gum Leaf. HEX triplet: A6, B5 and AA. RGB value is (166,181,170). Sum of RGB (Red+Green+Blue) = 166+181+170=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5AA is #594A55. Grayscale: #AFAFAF. Windows color (decimal): -5851734 or 11187622. OLE color: 11187622.

HSL color Cylindrical-coordinate representation of color #A6B5AA: hue angle of 136º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B5AA is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 170 -
CMYK 0.08 0 0.06 0.29
HSL 136º 0.09% 0.68% -
HSV(B) 136º 0.08% 0.71% -
XYZ 39.51 44.06 44.45 -
YUV 175.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 166 181 170 0.08 0 0.06 0.29 136 0.09 0.68
Hex A6 B5 AA 8 0 6 1D 88 9 44
Octal 246 265 252 10 0 6 35 210 11 104
Binary 10100110 10110101 10101010 1000 0 110 11101 10001000 1001 1000100

Color Harmonies of #A6B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5AA

Black with #A6B5AA

Text Example


Text Example

White with #A6B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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