#A8BEAD

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

Shades of Gum Leaf #A8BEAD

Tints of Gum Leaf #A8BEAD

Color information

#A8BEAD (or 0xA8BEAD) is unknown color: approx Gum Leaf. HEX triplet: A8, BE and AD. RGB value is (168,190,173). Sum of RGB (Red+Green+Blue) = 168+190+173=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAD is #574152. Grayscale: #B5B5B5. Windows color (decimal): -5718355 or 11386536. OLE color: 11386536.

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

Color convert

RGB168190173-
CMYK0.1200.090.25
HSL133.64º14.47%70.2%-
HSV(B)133.64º11.58%74.51%-
XYZ42.148.1746.61-
YUV181.48123.21118.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=31.64%
G=35.78%
B=32.58%

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
Decimal1681901730.1200.090.25133.6414.4770.2
HexA8BEADC091986e46
Octal250276255140113120616106
Binary101010001011111010101101110001001110011000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEAD; }

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

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

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

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

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

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

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

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