#A7C8AA

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

Shades of Gum Leaf #A7C8AA

Tints of Gum Leaf #A7C8AA

Color information

#A7C8AA (or 0xA7C8AA) is unknown color: approx Gum Leaf. HEX triplet: A7, C8 and AA. RGB value is (167,200,170). Sum of RGB (Red+Green+Blue) = 167+200+170=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C8AA is #583755. Grayscale: #BABABA. Windows color (decimal): -5781334 or 11192487. OLE color: 11192487.

HSL color Cylindrical-coordinate representation of color #A7C8AA: hue angle of 125.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C8AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB167200170-
CMYK0.1600.150.22
HSL125.45º23.08%71.96%-
HSV(B)125.45º16.5%78.43%-
XYZ43.8552.4345.84-
YUV186.71118.57113.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=31.10%
G=37.24%
B=31.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001700.1600.150.22125.4523.0871.96
HexA7C8AA100F167d1748
Octal247310252200172617527110
Binary1010011111001000101010101000001111101101111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C8AA; }

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

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

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

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

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

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

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

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