#A7C0AF

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

Shades of Gum Leaf #A7C0AF

Tints of Gum Leaf #A7C0AF

Color information

#A7C0AF (or 0xA7C0AF) is unknown color: approx Gum Leaf. HEX triplet: A7, C0 and AF. RGB value is (167,192,175). Sum of RGB (Red+Green+Blue) = 167+192+175=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0AF is #583F50. Grayscale: #B6B6B6. Windows color (decimal): -5783377 or 11518119. OLE color: 11518119.

HSL color Cylindrical-coordinate representation of color #A7C0AF: hue angle of 139.2º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7C0AF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB167192175-
CMYK0.1300.090.25
HSL139.2º16.56%70.39%-
HSV(B)139.2º13.02%75.29%-
XYZ42.5249.0147.78-
YUV182.59123.72116.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=31.27%
G=35.96%
B=32.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921750.1300.090.25139.216.5670.39
HexA7C0AFD09198b1146
Octal247300257150113121321106
Binary1010011111000000101011111101010011100110001011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0AF; }

 p { color: rgb(167,192,175); }

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

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

 a { background-color: rgb(167,192,175); }

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

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

 span { border-color: rgb(167,192,175); }

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