#A7BCAC

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

Shades of Gum Leaf #A7BCAC

Tints of Gum Leaf #A7BCAC

Color information

#A7BCAC (or 0xA7BCAC) is unknown color: approx Gum Leaf. HEX triplet: A7, BC and AC. RGB value is (167,188,172). Sum of RGB (Red+Green+Blue) = 167+188+172=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAC is #584353. Grayscale: #B3B3B3. Windows color (decimal): -5784404 or 11320487. OLE color: 11320487.

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

Color convert

RGB167188172-
CMYK0.1100.090.26
HSL134.29º13.55%69.61%-
HSV(B)134.29º11.17%73.73%-
XYZ41.3747.1645.95-
YUV179.9123.54118.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.69%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=31.69%
G=35.67%
B=32.64%

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
Decimal1671881720.1100.090.26134.2913.5569.61
HexA7BCACB091A86e46
Octal247274254130113220616106
Binary101001111011110010101100101101001110101000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCAC; }

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

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

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

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

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

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

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

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