#A7C0AE

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

Shades of Gum Leaf #A7C0AE

Tints of Gum Leaf #A7C0AE

Color information

#A7C0AE (or 0xA7C0AE) is unknown color: approx Gum Leaf. HEX triplet: A7, C0 and AE. RGB value is (167,192,174). Sum of RGB (Red+Green+Blue) = 167+192+174=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C0AE is #583F51. Grayscale: #B6B6B6. Windows color (decimal): -5783378 or 11452583. OLE color: 11452583.

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

Color convert

RGB167192174-
CMYK0.1300.090.25
HSL136.8º16.56%70.39%-
HSV(B)136.8º13.02%75.29%-
XYZ42.4348.9747.26-
YUV182.47123.22116.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.33%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=31.33%
G=36.02%
B=32.65%

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
Decimal1671921740.1300.090.25136.816.5670.39
HexA7C0AED0919891146
Octal247300256150113121121106
Binary1010011111000000101011101101010011100110001001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0AE; }

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

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

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

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

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

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

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

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