#A7C1AA

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

Shades of Gum Leaf #A7C1AA

Tints of Gum Leaf #A7C1AA

Color information

#A7C1AA (or 0xA7C1AA) is unknown color: approx Gum Leaf. HEX triplet: A7, C1 and AA. RGB value is (167,193,170). Sum of RGB (Red+Green+Blue) = 167+193+170=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C1AA is #583E55. Grayscale: #B6B6B6. Windows color (decimal): -5783126 or 11190695. OLE color: 11190695.

HSL color Cylindrical-coordinate representation of color #A7C1AA: hue angle of 126.92º 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 #A7C1AA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB167193170-
CMYK0.1300.120.24
HSL126.92º17.33%70.59%-
HSV(B)126.92º13.47%75.69%-
XYZ42.2649.2645.31-
YUV182.6120.89116.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=31.51%
G=36.42%
B=32.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931700.1300.120.24126.9217.3370.59
HexA7C1AAD0C187f1147
Octal247301252150143017721107
Binary101001111100000110101010110101100110001111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1AA; }

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

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

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

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

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

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

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

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