#ACB773

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

Shades of Caper #ACB773

Tints of Caper #ACB773

Color information

#ACB773 (or 0xACB773) is unknown color: approx Caper. HEX triplet: AC, B7 and 73. RGB value is (172,183,115). Sum of RGB (Red+Green+Blue) = 172+183+115=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB773 is #53488C. Grayscale: #ACACAC. Windows color (decimal): -5458061 or 7583660. OLE color: 7583660.

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

Color convert

RGB172183115-
CMYK0.0600.370.28
HSL69.71º32.08%58.43%-
HSV(B)69.71º37.16%71.76%-
XYZ37.0443.8822.74-
YUV171.9695.86128.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=36.60%
G=38.94%
B=24.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831150.0600.370.2869.7132.0858.43
HexACB77360251C46203a
Octal2542671636045341064072
Binary101011001011011111100111100100101111001000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB773; }

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

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

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

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

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

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

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

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