#A8B7AB

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

Shades of Gum Leaf #A8B7AB

Tints of Gum Leaf #A8B7AB

Color information

#A8B7AB (or 0xA8B7AB) is unknown color: approx Gum Leaf. HEX triplet: A8, B7 and AB. RGB value is (168,183,171). Sum of RGB (Red+Green+Blue) = 168+183+171=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7AB is #574854. Grayscale: #B1B1B1. Windows color (decimal): -5720149 or 11253672. OLE color: 11253672.

HSL color Cylindrical-coordinate representation of color #A8B7AB: hue angle of 132º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B7AB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB168183171-
CMYK0.0800.070.28
HSL132º9.43%68.82%-
HSV(B)132º8.2%71.76%-
XYZ40.4345.1345.11-
YUV177.15124.53121.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=32.18%
G=35.06%
B=32.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831710.0800.070.281329.4368.82
HexA8B7AB8071C84945
Octal25026725310073420411105
Binary10101000101101111010101110000111111001000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7AB; }

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

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

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

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

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

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

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

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