#ACB487

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

Shades of Bud #ACB487

Tints of Bud #ACB487

Color information

#ACB487 (or 0xACB487) is unknown color: approx Bud. HEX triplet: AC, B4 and 87. RGB value is (172,180,135). Sum of RGB (Red+Green+Blue) = 172+180+135=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB487 is #534B78. Grayscale: #ACACAC. Windows color (decimal): -5458809 or 8893612. OLE color: 8893612.

HSL color Cylindrical-coordinate representation of color #ACB487: hue angle of 70.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB487 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB172180135-
CMYK0.0400.250.29
HSL70.67º23.08%61.76%-
HSV(B)70.67º25%70.59%-
XYZ37.7143.1629.27-
YUV172.48106.85127.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 135 (53.12% from 255) = 27.72%
R=35.32%
G=36.96%
B=27.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801350.0400.250.2970.6723.0861.76
HexACB48740191D47173e
Octal2542642074031351072776
Binary10101100101101001000011110001100111101100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB487; }

 p { color: rgb(172,180,135); }

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

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

 a { background-color: rgb(172,180,135); }

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

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

 span { border-color: rgb(172,180,135); }

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