#A7BCAB

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

Shades of Gum Leaf #A7BCAB

Tints of Gum Leaf #A7BCAB

Color information

#A7BCAB (or 0xA7BCAB) is unknown color: approx Gum Leaf. HEX triplet: A7, BC and AB. RGB value is (167,188,171). Sum of RGB (Red+Green+Blue) = 167+188+171=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAB is #584354. Grayscale: #B3B3B3. Windows color (decimal): -5784405 or 11254951. OLE color: 11254951.

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

Color convert

RGB167188171-
CMYK0.1100.090.26
HSL131.43º13.55%69.61%-
HSV(B)131.43º11.17%73.73%-
XYZ41.2747.1245.45-
YUV179.78123.04118.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=31.75%
G=35.74%
B=32.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881710.1100.090.26131.4313.5569.61
HexA7BCABB091A83e46
Octal247274253130113220316106
Binary101001111011110010101011101101001110101000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCAB; }

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

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

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

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

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

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

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

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