#A7BEAD

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

Shades of Gum Leaf #A7BEAD

Tints of Gum Leaf #A7BEAD

Color information

#A7BEAD (or 0xA7BEAD) is unknown color: approx Gum Leaf. HEX triplet: A7, BE and AD. RGB value is (167,190,173). Sum of RGB (Red+Green+Blue) = 167+190+173=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEAD is #584152. Grayscale: #B5B5B5. Windows color (decimal): -5783891 or 11386535. OLE color: 11386535.

HSL color Cylindrical-coordinate representation of color #A7BEAD: hue angle of 135.65º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BEAD is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB167190173-
CMYK0.1200.090.25
HSL135.65º15.03%70%-
HSV(B)135.65º12.11%74.51%-
XYZ41.8948.0646.6-
YUV181.18123.38117.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=31.51%
G=35.85%
B=32.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901730.1200.090.25135.6515.0370
HexA7BEADC091988f46
Octal247276255140113121017106
Binary101001111011111010101101110001001110011000100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEAD; }

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

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

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

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

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

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

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

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