#A8B8AB

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

Shades of Gum Leaf #A8B8AB

Tints of Gum Leaf #A8B8AB

Color information

#A8B8AB (or 0xA8B8AB) is unknown color: approx Gum Leaf. HEX triplet: A8, B8 and AB. RGB value is (168,184,171). Sum of RGB (Red+Green+Blue) = 168+184+171=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8AB is #574754. Grayscale: #B1B1B1. Windows color (decimal): -5719893 or 11253928. OLE color: 11253928.

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

Color convert

RGB168184171-
CMYK0.0900.070.28
HSL131.25º10.13%69.02%-
HSV(B)131.25º8.7%72.16%-
XYZ40.6445.5545.18-
YUV177.73124.2121.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=32.12%
G=35.18%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841710.0900.070.28131.2510.1369.02
HexA8B8AB9071C83a45
Octal25027025311073420312105
Binary10101000101110001010101110010111111001000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8AB; }

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

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

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

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

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

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

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

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