#A8B4AB

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

Shades of Gum Leaf #A8B4AB

Tints of Gum Leaf #A8B4AB

Color information

#A8B4AB (or 0xA8B4AB) is unknown color: approx Gum Leaf. HEX triplet: A8, B4 and AB. RGB value is (168,180,171). Sum of RGB (Red+Green+Blue) = 168+180+171=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B4AB is #574B54. Grayscale: #AFAFAF. Windows color (decimal): -5720917 or 11252904. OLE color: 11252904.

HSL color Cylindrical-coordinate representation of color #A8B4AB: hue angle of 135º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B4AB is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB168180171-
CMYK0.0700.050.29
HSL135º7.41%68.24%-
HSV(B)135º6.67%70.59%-
XYZ39.8243.9144.9-
YUV175.39125.52122.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=32.37%
G=34.68%
B=32.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801710.0700.050.291357.4168.24
HexA8B4AB7051D87744
Octal250264253705352077104
Binary101010001011010010101011111010111101100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4AB; }

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

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

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

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

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

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

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

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