#A7C1AD

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

Shades of Gum Leaf #A7C1AD

Tints of Gum Leaf #A7C1AD

Color information

#A7C1AD (or 0xA7C1AD) is unknown color: approx Gum Leaf. HEX triplet: A7, C1 and AD. RGB value is (167,193,173). Sum of RGB (Red+Green+Blue) = 167+193+173=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1AD is #583E52. Grayscale: #B7B7B7. Windows color (decimal): -5783123 or 11387303. OLE color: 11387303.

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

Color convert

RGB167193173-
CMYK0.1300.100.24
HSL133.85º17.33%70.59%-
HSV(B)133.85º13.47%75.69%-
XYZ42.5549.3746.82-
YUV182.95122.39116.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=31.33%
G=36.21%
B=32.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931730.1300.100.24133.8517.3370.59
HexA7C1ADD0A18861147
Octal247301255150123020621107
Binary1010011111000001101011011101010101100010000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1AD; }

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

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

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

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

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

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

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

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