#A8B087

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

Shades of Bud #A8B087

Tints of Bud #A8B087

Color information

#A8B087 (or 0xA8B087) is unknown color: approx Bud. HEX triplet: A8, B0 and 87. RGB value is (168,176,135). Sum of RGB (Red+Green+Blue) = 168+176+135=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B087 is #574F78. Grayscale: #A9A9A9. Windows color (decimal): -5721977 or 8892584. OLE color: 8892584.

HSL color Cylindrical-coordinate representation of color #A8B087: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B087 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB168176135-
CMYK0.0500.230.31
HSL71.71º20.6%60.98%-
HSV(B)71.71º23.3%69.02%-
XYZ36.0541.1228.96-
YUV168.93108.85127.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=35.07%
G=36.74%
B=28.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761350.0500.230.3171.7120.660.98
HexA8B08750171F48153d
Octal2502602075027371102575
Binary10101000101100001000011110101011111111100100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B087; }

 p { color: rgb(168,176,135); }

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

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

 a { background-color: rgb(168,176,135); }

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

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

 span { border-color: rgb(168,176,135); }

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