#A8B8AC

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

Shades of Gum Leaf #A8B8AC

Tints of Gum Leaf #A8B8AC

Color information

#A8B8AC (or 0xA8B8AC) is unknown color: approx Gum Leaf. HEX triplet: A8, B8 and AC. RGB value is (168,184,172). Sum of RGB (Red+Green+Blue) = 168+184+172=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8AC is #574753. Grayscale: #B1B1B1. Windows color (decimal): -5719892 or 11319464. OLE color: 11319464.

HSL color Cylindrical-coordinate representation of color #A8B8AC: hue angle of 135º 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 #A8B8AC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB168184172-
CMYK0.0900.070.28
HSL135º10.13%69.02%-
HSV(B)135º8.7%72.16%-
XYZ40.7445.5845.68-
YUV177.85124.7120.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 184 (72.27% from 255) = 35.11%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=32.06%
G=35.11%
B=32.82%

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
Decimal1681841720.0900.070.2813510.1369.02
HexA8B8AC9071C87a45
Octal25027025411073420712105
Binary10101000101110001010110010010111111001000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8AC; }

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

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

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

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

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

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

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

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