#A7BDAD

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

Shades of Gum Leaf #A7BDAD

Tints of Gum Leaf #A7BDAD

Color information

#A7BDAD (or 0xA7BDAD) is unknown color: approx Gum Leaf. HEX triplet: A7, BD and AD. RGB value is (167,189,173). Sum of RGB (Red+Green+Blue) = 167+189+173=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDAD is #584252. Grayscale: #B4B4B4. Windows color (decimal): -5784147 or 11386279. OLE color: 11386279.

HSL color Cylindrical-coordinate representation of color #A7BDAD: hue angle of 136.36º degrees, saturation: 0.14, 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 #A7BDAD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB167189173-
CMYK0.1200.080.26
HSL136.36º14.29%69.8%-
HSV(B)136.36º11.64%74.12%-
XYZ41.6847.6346.53-
YUV180.6123.71118.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=31.57%
G=35.73%
B=32.70%

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
Decimal1671891730.1200.080.26136.3614.2969.8
HexA7BDADC081A88e46
Octal247275255140103221016106
Binary101001111011110110101101110001000110101000100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDAD; }

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

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

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

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

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

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

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

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