#A0BDA8

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

Shades of Gum Leaf #A0BDA8

Tints of Gum Leaf #A0BDA8

Color information

#A0BDA8 (or 0xA0BDA8) is unknown color: approx Gum Leaf. HEX triplet: A0, BD and A8. RGB value is (160,189,168). Sum of RGB (Red+Green+Blue) = 160+189+168=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA8 is #5F4257. Grayscale: #B1B1B1. Windows color (decimal): -6242904 or 11058592. OLE color: 11058592.

HSL color Cylindrical-coordinate representation of color #A0BDA8: hue angle of 136.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB160189168-
CMYK0.1500.110.26
HSL136.55º18.01%68.43%-
HSV(B)136.55º15.34%74.12%-
XYZ39.7646.743.96-
YUV177.94122.39115.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=30.95%
G=36.56%
B=32.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601891680.1500.110.26136.5518.0168.43
HexA0BDA8F0B1A891244
Octal240275250170133221122104
Binary1010000010111101101010001111010111101010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDA8; }

 p { color: rgb(160,189,168); }

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

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

 a { background-color: rgb(160,189,168); }

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

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

 span { border-color: rgb(160,189,168); }

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