#A7C3AD

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

Shades of Gum Leaf #A7C3AD

Tints of Gum Leaf #A7C3AD

Color information

#A7C3AD (or 0xA7C3AD) is unknown color: approx Gum Leaf. HEX triplet: A7, C3 and AD. RGB value is (167,195,173). Sum of RGB (Red+Green+Blue) = 167+195+173=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C3AD is #583C52. Grayscale: #B8B8B8. Windows color (decimal): -5782611 or 11387815. OLE color: 11387815.

HSL color Cylindrical-coordinate representation of color #A7C3AD: hue angle of 132.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C3AD is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB167195173-
CMYK0.1400.110.24
HSL132.86º18.92%70.98%-
HSV(B)132.86º14.36%76.47%-
XYZ42.9950.2646.97-
YUV184.12121.72115.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=31.21%
G=36.45%
B=32.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951730.1400.110.24132.8618.9270.98
HexA7C3ADE0B18851347
Octal247303255160133020523107
Binary1010011111000011101011011110010111100010000101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C3AD; }

 p { color: rgb(167,195,173); }

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

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

 a { background-color: rgb(167,195,173); }

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

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

 span { border-color: rgb(167,195,173); }

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