#A7BCA9

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

Shades of Gum Leaf #A7BCA9

Tints of Gum Leaf #A7BCA9

Color information

#A7BCA9 (or 0xA7BCA9) is unknown color: approx Gum Leaf. HEX triplet: A7, BC and A9. RGB value is (167,188,169). Sum of RGB (Red+Green+Blue) = 167+188+169=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA9 is #584356. Grayscale: #B3B3B3. Windows color (decimal): -5784407 or 11123879. OLE color: 11123879.

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

Color convert

RGB167188169-
CMYK0.1100.100.26
HSL125.71º13.55%69.61%-
HSV(B)125.71º11.17%73.73%-
XYZ41.0847.0544.45-
YUV179.55122.04119.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=31.87%
G=35.88%
B=32.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881690.1100.100.26125.7113.5569.61
HexA7BCA9B0A1A7ee46
Octal247274251130123217616106
Binary10100111101111001010100110110101011010111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA9; }

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

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

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

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

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

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

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

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