#A8BAAB

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

Shades of Gum Leaf #A8BAAB

Tints of Gum Leaf #A8BAAB

Color information

#A8BAAB (or 0xA8BAAB) is unknown color: approx Gum Leaf. HEX triplet: A8, BA and AB. RGB value is (168,186,171). Sum of RGB (Red+Green+Blue) = 168+186+171=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAB is #574554. Grayscale: #B2B2B2. Windows color (decimal): -5719381 or 11254440. OLE color: 11254440.

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

Color convert

RGB168186171-
CMYK0.1000.080.27
HSL130º11.54%69.41%-
HSV(B)130º9.68%72.94%-
XYZ41.0646.3845.32-
YUV178.91123.54120.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=32%
G=35.43%
B=32.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861710.1000.080.2713011.5469.41
HexA8BAABA081B82c45
Octal250272253120103320214105
Binary101010001011101010101011101001000110111000001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAAB; }

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

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

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

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

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

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

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

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