#A8BAAD

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

Shades of Gum Leaf #A8BAAD

Tints of Gum Leaf #A8BAAD

Color information

#A8BAAD (or 0xA8BAAD) is unknown color: approx Gum Leaf. HEX triplet: A8, BA and AD. RGB value is (168,186,173). Sum of RGB (Red+Green+Blue) = 168+186+173=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAD is #574552. Grayscale: #B3B3B3. Windows color (decimal): -5719379 or 11385512. OLE color: 11385512.

HSL color Cylindrical-coordinate representation of color #A8BAAD: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAAD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB168186173-
CMYK0.1000.070.27
HSL136.67º11.54%69.41%-
HSV(B)136.67º9.68%72.94%-
XYZ41.2546.4646.33-
YUV179.14124.54120.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=31.88%
G=35.29%
B=32.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861730.1000.070.27136.6711.5469.41
HexA8BAADA071B89c45
Octal25027225512073321114105
Binary10101000101110101010110110100111110111000100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAAD; }

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

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

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

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

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

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

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

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