#A8BDAD

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

Shades of Gum Leaf #A8BDAD

Tints of Gum Leaf #A8BDAD

Color information

#A8BDAD (or 0xA8BDAD) is unknown color: approx Gum Leaf. HEX triplet: A8, BD and AD. RGB value is (168,189,173). Sum of RGB (Red+Green+Blue) = 168+189+173=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAD is #574252. Grayscale: #B4B4B4. Windows color (decimal): -5718611 or 11386280. OLE color: 11386280.

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

Color convert

RGB168189173-
CMYK0.1100.080.26
HSL134.29º13.73%70%-
HSV(B)134.29º11.11%74.12%-
XYZ41.8947.7446.54-
YUV180.9123.54118.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=31.70%
G=35.66%
B=32.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891730.1100.080.26134.2913.7370
HexA8BDADB081A86e46
Octal250275255130103220616106
Binary101010001011110110101101101101000110101000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDAD; }

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

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

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

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

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

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

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

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