#A8BEAE

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

Shades of Gum Leaf #A8BEAE

Tints of Gum Leaf #A8BEAE

Color information

#A8BEAE (or 0xA8BEAE) is unknown color: approx Gum Leaf. HEX triplet: A8, BE and AE. RGB value is (168,190,174). Sum of RGB (Red+Green+Blue) = 168+190+174=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAE is #574151. Grayscale: #B5B5B5. Windows color (decimal): -5718354 or 11452072. OLE color: 11452072.

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

Color convert

RGB168190174-
CMYK0.1200.080.25
HSL136.36º14.47%70.2%-
HSV(B)136.36º11.58%74.51%-
XYZ42.248.2147.13-
YUV181.6123.71118.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=31.58%
G=35.71%
B=32.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901740.1200.080.25136.3614.4770.2
HexA8BEAEC081988e46
Octal250276256140103121016106
Binary101010001011111010101110110001000110011000100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEAE; }

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

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

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

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

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

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

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

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