#A6BDAD

Color #A6BDAD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A6BDAD

Tints of Gum Leaf #A6BDAD

Color information

#A6BDAD (or 0xA6BDAD) is unknown color: approx Gum Leaf. HEX triplet: A6, BD and AD. RGB value is (166,189,173). Sum of RGB (Red+Green+Blue) = 166+189+173=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDAD is #594252. Grayscale: #B4B4B4. Windows color (decimal): -5849683 or 11386278. OLE color: 11386278.

HSL color Cylindrical-coordinate representation of color #A6BDAD: hue angle of 138.26º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BDAD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB166189173-
CMYK0.1200.080.26
HSL138.26º14.84%69.61%-
HSV(B)138.26º12.17%74.12%-
XYZ41.4747.5246.52-
YUV180.3123.88117.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=31.44%
G=35.80%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661891730.1200.080.26138.2614.8469.61
HexA6BDADC081A8af46
Octal246275255140103221217106
Binary101001101011110110101101110001000110101000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BDAD; }

 p { color: rgb(166,189,173); }

 H1.HeaderClassName
 {
   color: #A6BDAD;
 }
 .AnyTagClassName
 {
   color: #A6BDAD;
 }
</style>
background-color css

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

 a { background-color: rgb(166,189,173); }

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

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

 span { border-color: rgb(166,189,173); }

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