#ACB671

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

Shades of Caper #ACB671

Tints of Caper #ACB671

Color information

#ACB671 (or 0xACB671) is unknown color: approx Caper. HEX triplet: AC, B6 and 71. RGB value is (172,182,113). Sum of RGB (Red+Green+Blue) = 172+182+113=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB671 is #53498E. Grayscale: #ABABAB. Windows color (decimal): -5458319 or 7452332. OLE color: 7452332.

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

Color convert

RGB172182113-
CMYK0.0500.380.29
HSL68.7º32.09%57.84%-
HSV(B)68.7º37.91%71.37%-
XYZ36.7243.4222.07-
YUV171.1495.19128.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=36.83%
G=38.97%
B=24.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821130.0500.380.2968.732.0957.84
HexACB67150261D45203a
Octal2542661615046351054072
Binary101011001011011011100011010100110111011000101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB671; }

 p { color: rgb(172,182,113); }

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

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

 a { background-color: rgb(172,182,113); }

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

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

 span { border-color: rgb(172,182,113); }

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