#A8B9AD

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

Shades of Gum Leaf #A8B9AD

Tints of Gum Leaf #A8B9AD

Color information

#A8B9AD (or 0xA8B9AD) is unknown color: approx Gum Leaf. HEX triplet: A8, B9 and AD. RGB value is (168,185,173). Sum of RGB (Red+Green+Blue) = 168+185+173=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AD is #574652. Grayscale: #B2B2B2. Windows color (decimal): -5719635 or 11385256. OLE color: 11385256.

HSL color Cylindrical-coordinate representation of color #A8B9AD: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9AD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB168185173-
CMYK0.0900.060.27
HSL137.65º10.83%69.22%-
HSV(B)137.65º9.19%72.55%-
XYZ41.0446.0446.26-
YUV178.55124.87120.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=31.94%
G=35.17%
B=32.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851730.0900.060.27137.6510.8369.22
HexA8B9AD9061B8ab45
Octal25027125511063321213105
Binary10101000101110011010110110010110110111000101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9AD; }

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

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

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

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

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

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

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

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