#A7BDAB

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

Shades of Gum Leaf #A7BDAB

Tints of Gum Leaf #A7BDAB

Color information

#A7BDAB (or 0xA7BDAB) is unknown color: approx Gum Leaf. HEX triplet: A7, BD and AB. RGB value is (167,189,171). Sum of RGB (Red+Green+Blue) = 167+189+171=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDAB is #584254. Grayscale: #B4B4B4. Windows color (decimal): -5784149 or 11255207. OLE color: 11255207.

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

Color convert

RGB167189171-
CMYK0.1200.100.26
HSL130.91º14.29%69.8%-
HSV(B)130.91º11.64%74.12%-
XYZ41.4847.5545.52-
YUV180.37122.71118.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=31.69%
G=35.86%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891710.1200.100.26130.9114.2969.8
HexA7BDABC0A1A83e46
Octal247275253140123220316106
Binary101001111011110110101011110001010110101000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDAB; }

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

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

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

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

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

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

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

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