#ACB782

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

Shades of Caper #ACB782

Tints of Caper #ACB782

Color information

#ACB782 (or 0xACB782) is unknown color: approx Caper. HEX triplet: AC, B7 and 82. RGB value is (172,183,130). Sum of RGB (Red+Green+Blue) = 172+183+130=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB782 is #53487D. Grayscale: #ADADAD. Windows color (decimal): -5458046 or 8566700. OLE color: 8566700.

HSL color Cylindrical-coordinate representation of color #ACB782: hue angle of 72.45º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB782 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB172183130-
CMYK0.0600.290.28
HSL72.45º26.9%61.37%-
HSV(B)72.45º28.96%71.76%-
XYZ37.9844.2527.66-
YUV173.67103.36126.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=35.46%
G=37.73%
B=26.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831300.0600.290.2872.4526.961.37
HexACB782601D1C481b3d
Octal2542672026035341103375
Binary10101100101101111000001011001110111100100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB782; }

 p { color: rgb(172,183,130); }

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

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

 a { background-color: rgb(172,183,130); }

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

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

 span { border-color: rgb(172,183,130); }

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